home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu209.dms / pu209.adf / FRED FISH DISKS / Disks1-200.pp / Disks1-200
Text File  |  1992-11-01  |  371KB  |  8,520 lines

  1.  
  2.  
  3.  
  4. FISH 1 
  5.  
  6. amigademo  Graphical benchmark for comparing amigas. Author: Charlie Heath 
  7.  
  8. amigaterm   Terminal emulation program with xmodem upload/download
  9. capability.Author: Michael Mounier
  10.  
  11. balls   Simulation of the "kinetic thingy" with balls on strings where only 
  12. the end balls move (quick, can YOU come up with a better description?).  
  13. Anyway, cute. Author: Perry Kivolowitz
  14.  
  15. colorful  Shows off use of hold-and-modify mode. Posted to usenet by R Pariseau.
  16.  
  17. dhrystone   Dhrystone benchmark program.Author: Reinhold Weicker 
  18. (Ada version) Rick Richardson (C version)
  19.  
  20. dotty       Source to the "dotty window" demo on the Workbench disk.
  21. Posted to usenet by Dale Luck.
  22.  
  23. freedraw    A small "paint" type program.  Free drawing, boxes, 
  24. filled boxes, etc.Author: Rick Ross
  25.  
  26. gad     "Fun with Gadgets".  Demonstration program for use
  27. of gadgets.Author: John Draper (Aka "crunch")
  28.  
  29. gfxmem      Graphical memory usage display program.  Watch your machine's
  30. memory usage!  Cute and useful.Author: Louis Mamakos
  31.  
  32. halfbrite   Sample program that demonstrates "Extra-Half-Brite" mode on
  33. latter AMIGA's with new VLSI chip.  Allows 64 colors in low-res mode, rather
  34. than 32.Posted to usenet by Robert Pariseau.
  35.  
  36. hello       Demonstrates creation of a simple window, "hello world".
  37. Posted to usenet by Eric Lavitsky.
  38.  
  39. latffp  Shows how to access the Motorola Fast Floating Pointlibrary from 
  40. Lattice C.  Also demonstrates the tremendous speedup obtained.
  41.         
  42. palette  Sample program for designing color palettes.Author: Charlie Heath
  43.  
  44. trackdisk   Demonstrates use of the trackdisk driver.  Useful example
  45. of "raw" disk read/write.Author: Rob Peck
  46.  
  47. requesters  Sample program and documentation for building and using 
  48. requesters.  John worked REAL hard to dig out all the information in this one
  49. Author: John Draper (aka "crunch")
  50.  
  51. speech   Sample speech demo program.  Stripped down version of"speechtoy".
  52. Author: Rob Peck
  53.  
  54. speechtoy   Another speech demo program.  Cute.  You have to see this
  55. one.  Be sure to click gadget that pops up the face.Author: David LucaS
  56. ------------------------------------------------------------------------
  57. FISH 2 
  58. alib    Object module librarian.Author: Mike Schwartz
  59.  
  60. cc  Unix-like frontend for Lattice C compiler.Author: Fred Fish
  61.  
  62. dbug    Macro based C debugging package.  Machine independent.Provides 
  63. function trace, selective printing of internal state information, and more.
  64.  
  65. make    Subset of "unix" make command.  Useful, but does not have many of the
  66. features of the full make, much less the newer "augmented make"
  67.  
  68. make2       Another make subset command.Author: Marc Mengel
  69.  
  70. microemacs  Small, relatively portable version of emacs.  Has keyboard 
  71. macros.  No extension language.Author: Dave Conroy
  72.  
  73. portar    Portable archiver.  Used to bundle text file up into a single file
  74. for transmission as a unit, or otherwise handling as a single file.  
  75. "Portable" because the code itself is portable and because the archive format
  76. is very simple (uses ascii headers to separate files).Author:  Martin Minow
  77.  
  78. xrf     C cross reference utility.  Originally from Decus C
  79. distribution.Author: Bob Denny
  80. --------------------------------------------------------------------------
  81. FISH 3
  82. gothic      Gothic banner printer.  Prints DOWN the page, rather
  83. than across, so arbitrarily long banners can be created.  Send EOF (CTRL-\) 
  84. to end input.From a Decus C distribution several years ago.Author: unknown
  85.  
  86. roff        A "roff" type text formatter, roughly following "Software 
  87. Tools" version.  Somewhat upwardly compatible with unix "nroff" command.
  88.  
  89. ff  A very fast text formatter, controlled exclusively by command line 
  90. arguments.Author: Gary Perlman & hordes of students
  91.  
  92. cforth      A highly portable forth implementation.  Lots of goodies.
  93. Author: Allan Pratt
  94.  
  95. xlisp       A nice little lisp implementation.  Compiles and links
  96. ok, but something in the Lattice C setjmp/longjmp code prevents it from 
  97. currently running.  Might be easily fixed.  Version 1.4 Author: David Betz
  98. -------------------------------------------------------------------------
  99. FISH
  100. banner      Prints horizontal banner (across screen).  From Decus
  101. C distribution of several years ago.Author: Unknown
  102.         
  103. bgrep       Another grep like utility, also using the Boyer-Moore
  104. algorithm.Author: Roy Mongiovi and Arnold Robbins
  105.  
  106. bison   A replacement for unix "yacc" command.  This is from the GNU (GNU is
  107. Not Unix) effort, and was obtained from the Free Software Foundation.  
  108. Compiles and links (with some effort) but currently crashes the machine.  
  109. Needs work, but will probably be worth it.Author: B Corbett and R Stallman
  110.  
  111. bm  A grep like utility using the Boyer-Moore algorithm.Author: P Bain
  112.  
  113. grep        Decus grep (Get Regular Expression and Print).  Useful
  114. for finding strings in files.Author: Unknown
  115.  
  116. kermit      This is an absolutely ancient kermit, who's only
  117. saving grace is that it is small and quite portable.On the AMIGA, there is no
  118. connect mode, only send and receive.  You must log into the remote machine 
  119. via one of it's local terminals and point it's kermit at the appropriate 
  120. serial line connected to the AMIGA.
  121.     
  122. MyCLI   Another CLI for the AMIGA.Author: Mike Schwartz
  123.  
  124. mandel  A Mandelbrot set program.Author: R French,  additions by RJ Mical
  125. ---------------------------------------------------------------------------
  126. FISH 5 
  127. cons        Console device demo program with supporting macro routines.
  128. Author: Rob Peck  12/1/85
  129.  
  130. freemap     Creates a visual diagram of free memory.  Comes with custom 
  131. icon so can be run from workbench screen.Author: Robert J. Mical
  132.  
  133. input.dev   In combination with hander.interface.asm (supplied),
  134. lets a user trap keyboard or mouse events before they get to Intuition and if
  135. desired, install new (phony/generated/other-devices-mouse-simulations) into 
  136. the input stream.  Handler.interface.asm is needed to convert the calling 
  137. sequence performed by the input.task for the input stream management into 
  138. something that a C program can understand.Author: Rob Peck  12/1/85
  139.  
  140. joystick    Shows how to set up the gameport device as a joystick.
  141. Reports parameters received from joystick hooked to right port.
  142. Author: Rob Peck  12/1/85
  143.  
  144. keyboard    Sample program to demonstrate direct communications with
  145. the keyboard.Author: Rob Peck  12/1/85
  146.  
  147. layers  Shows use of the layers library, used by Intuition to create windows
  148. (layers handles all overlapping drawing areas and keeps things straight, 
  149. sending to the back, bringing to the front, making larger/smaller, etc.)
  150. Author: Rob Peck  12/1/85
  151.  
  152. mandelbrot  Latest and greatest mandelbrot program.  New features
  153. include the ability to save images in "iff" format, for reading into Deluxe 
  154. Paint or other programs that use iff.  Also includes code from GraphiCraft to
  155. handle color palette and change colors at will.  Many additions by RJ Mical.
  156. Author: Robert French
  157.  
  158. mouse   Shows how to set up the gameport device as a mouse so that hooking up
  159. the mouse to the right port gives access to mouse information.
  160. Author: Rob Peck  12/1/85
  161.  
  162. one.window  Produces a window with a console attached.  Does graphics
  163. in the top half and limits the console activity to the lower half.
  164. Author: Rob Peck  12/18/85
  165.  
  166. parallel   Demonstrates access to the parallel port. 
  167. Author: Tom Pohorsky  12/1/85
  168.  
  169. printer     Shows how to open and use a printer, does a screen dump
  170. of the workbench screen if there is a graphics-capable printer attached.
  171. Currently does not compile under Lattice C Ver3.02 and does not link under 
  172. Lattice C Ver3.03. Author: Rob Peck  12/1/85
  173.  
  174. print.support   Printer support routines.  Currently won't compile,
  175. missing a header file "local.h".Author: unknown
  176.  
  177. proctest    Sample code to create a process, set up message ports,
  178. pass messages, etc.  Sample slave code for create process test (littleproc.c)
  179. currently does not link under either Lattice C 3.02 or 3.03 (unresolved 
  180. global variables not in libraries).Author: Rob Peck  1/4/86
  181.  
  182. region      Demonstrates how a drawing area can be split into linked
  183. rectangular regions.  Draws a rectangle in a single playfield display, then 
  184. draws "Behind a Fence" several times behind an apparent fence in the 
  185. rectangle.Only works under Lattice Ver3.03.Author: Rob Peck  12/1/85
  186.  
  187. samplefont  A sample font that produces clubs, hearts, spaces, and
  188. diamonds as its four characters.  Shows precisely what is contained in an 
  189. Amiga font.Author: Unknown
  190.  
  191. serial      Demonstrates access to the serial port.  Requires an
  192. external terminal connected to the serial port.Author: Unknown
  193.  
  194. singlePlayfield
  195. Creates and displays a 320 by 200 by 2 bit plane single playfield display.  
  196. Completely covers Intuition's display, but gives the system back at exit.
  197. Author: Rob Peck  12/1/85
  198.  
  199. speechtoy   Latest and greatest version of Dave's cute speech demo
  200. program.  Comes with custom icon so can be run from a workbench screen.
  201. Author: Dave Lucas
  202.  
  203. speech.demo A much simplified version of speechtoy.  Also includes
  204. exec support functions for extended IO requests,CreateExtIO() to allocate
  205. and initialize a new IO request block and DeleteExtIO() to free an extended 
  206. IO request block.Author: Rob Peck  12/1/85
  207.  
  208. text.demo   Sample program that asks AvailFonts() to make a list of
  209. the fonts that are available, then opens a window and then prints a 
  210. description of the various attributes that can be applied to the fonts, in 
  211. the font itself.Previous versions were released as "whichfont".
  212. Author: Rob Peck  12/1/85
  213.  
  214. timer       Simple timer example program.  Includes dynamic
  215. allocation of data structures needed to communicate with the timer device, as
  216. well as the actual device IO.Author: Rob Peck  12/1/85
  217.  
  218. trackdisk   Demonstrates use of trackdisk driver.  Useful example of
  219. "raw" disk read/write.Author Rob Peck  12/1/85
  220. ----------------------------------------------------------------------------
  221. FISH 6
  222. compress    Compress reduces the size of the named files using
  223. adaptive Lempel-Ziv coding.  The amount of compression obtained depends on 
  224. the size of the input, the number of bits per code, and the distribution of 
  225. common substrings.Typically, text such as source code or English is reduced
  226. by 50-60%.  Compression is generally much better then that achieved by 
  227. Huffman coding (as used in "pack") or adaptive Huffman coding (as used in 
  228. "compact"), and takes less time to compute.  Great for saving disk space, 
  229. or reducing transmission time over phone lines!  Also includes "btoa" and 
  230. "atob" for converting binary files to ascii, and then back to binary (for 
  231. transmission over links that do not support 8 bits).
  232. Author: Thomas Spencer, with improvements by others
  233.  
  234. dadc        A digital computer impersonating an analog clock
  235. impersonating a digital clock.Author: Perry S. Kivolowitz
  236.  
  237. microemacs  An upgraded version of microemacs originally distributed
  238. on disk number 2.  I don't have an exact list of changes but the new
  239. executable is about 25% larger, so there must be something in there!  One 
  240. enhancement is that some functions are now also bound to function keys.
  241. Author: Dave Conroy, with enhancements by Jack Roose.
  242.  
  243. mult        Mult reads the input comparing adjacent lines.  In the
  244. normal case, the second and succeeding copies of repeated lines are output, 
  245. and the remainder of the lines are removed.  Repeated lines must be adjacent
  246. in order to be found.  Options are present to output the first of multiple
  247. lines, for comparing adjacent lines by field only, and for specifying the 
  248. field separator character.  Kind of the opposite of the Unix "uniq" program.
  249. Author: Dennis Bednar
  250.  
  251. scales      Demonstrates use of the Audio functions in the ROM to produce
  252. four voice sound.  It uses a simple waveform (sawtooth) with no amplitude 
  253. control (ie, envelope) or frequency variation (ie, vibrato), but these can be
  254. easily implemented.  Also includes considerable documentation on audio device
  255. Author: Steven A. Bennett
  256.  
  257. setparallel Allows the CLI user to dynamically change any particular
  258. parallel port parameter.Author: Keith Stobie and Tom Pohorsky
  259.  
  260. setserial   Allows the CLI user to dynamically change any particular
  261. serial port parameter.Author: Keith Stobie and Tom Pohorsky
  262.  
  263. sortc       A quicksort based sort program, using separate driver
  264. and sort modules.  Originally from a DECUS C distribution.Claims to be fast,
  265. but when operating entirely out of ram takes 93 seconds to sort its input 
  266. file, sort.c, while AmigaDos's sort takes only 43 seconds under the same
  267. conditions.Author: Dave Conroy, Martin Minow, and Ray Van Tassle
  268.  
  269. stripc      Strips comments and extraneous whitespace from C source
  270. files.  Useful for compacting the C header files to increase usable disk 
  271. space.Author: Chris Metcalf
  272. ----------------------------------------------------------------------------
  273. FISH 7 
  274. This disk contains a port (executables only) of the popular UNIX game
  275. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  276. This is Version 1.0.1.
  277. ---------------------------------------------------------------------------
  278. FISH 8 
  279. It contains the source to "Hack", a popular UNIX game ported to the
  280. AMIGA by John Toebes.  Please read all the associated README files
  281. before redistributing with changes.
  282. ---------------------------------------------------------------------------
  283. FISH 9 
  284. moire       Draws moire patterns in black and white in a borderless
  285. backdrop window.  Currently only runs with Lattice C version 3.02, when
  286.  compiled with 3.03 crashes the system.Author: Scott Ballantyne
  287.  
  288. MVP-FORTH   Mountain View Press Forth, version 1.00.03A.
  289. A shareware version of forth from Fantasia Systems.Runable from the workbench
  290. comes with icons and such.  If you use this, you should send a contribution
  291. to Fantasia Systems / Mountain View Press.
  292.  
  293. proff       Another text formatting program.  This one is significantly
  294. more powerful than any of the others previously distributed on these disks.
  295.  
  296. setlace     Program to toggle interlace mode on and off.
  297. When used with a black background, and amber or green characters, produces a
  298.  nice CLI environment.Author: Bob Pariseau,  Nov 85
  299.  
  300. skewb       Not quite sure what this is supposed to be, it was
  301. downloaded from a bbs with no documentation.  C'mon folks, at least put a 
  302. three line description at the start of your programs!Author Raymond S. Brand
  303.  
  304. sparks      Graphics demo that draws a "moving pathway", adding to the 
  305. front and removing from the tail (sure is hard to come up with verbal 
  306. descriptions of these things!).Author: Scott Ballantyne
  307.  
  308. ==========================  Contents of Disk 010  ==========================
  309.  
  310. This is disk 10 of the freely distributable AMIGA software library.
  311.  
  312. conquest    You control an interstellar empire, decide which star
  313.         systems to explore, which planets to colonize, etc.
  314.         The computer will also be building its own empire and
  315.         competing with you for resources.  The one with the
  316.         greatest population at the end wins.  Executable only,
  317.         no source.  Downloaded from Denver BBS.
  318.         Author: Unknown, ported to Amiga by Rob Shimbo
  319.  
  320. dehex       Simple little program to convert hex format file into
  321.         a binary file.  Reads lines of hex characters on stdin
  322.         and writes 8 bit dehex'd bytes to stdout.
  323.         Author: Fred Fish
  324.  
  325. filezap     Patch program for any type of file.  Executable only,
  326.         no source available.
  327.         Author: John Hodgson
  328.  
  329. fixobj      Strip extraneous garbage off end of object files
  330.         transfered with xmodem.  Does not require preknowledge
  331.         of actual file length, uses knowledge of Amiga file
  332.         structure.
  333.         Author: John Hodgson
  334.  
  335. iff     Routines to read and write iff format files.  Includes
  336.         program to display iff files made by DPaint.  Also
  337.         see the DPSlide program on disk 11.
  338.         Author: Jerry Morrison, Steve Shaw, and Steve Hayes
  339.  
  340. ld      I presume this stands for "list directory".  Lists
  341.         contents of specified diretory or disk, using inverse
  342.         video and colors to group objects by type.
  343.         Author: Dave Haynie
  344.  
  345. ls      Minimal implementation of UNIX ls.  Demonstrates
  346.         use of UNIX style filename pattern matching code.
  347.         Author: Rick Schaeffer
  348.  
  349. sq.usq      Squeeze and unsqueeze, from the CPM world.  Works, but
  350.         "compress" from disk 6 runs almost twice as fast and
  351.         produces even smaller files.
  352.         Author: R. Greenlaw, Amiga port by Rick Schaeffer
  353.  
  354. trek73      A Star Trek game.  This one is just crying out to
  355.         be Amiga'ized by some ambitious hacker.
  356.         Authors:  Many, see comment in main.c
  357.  
  358. yachtc      Dice game.
  359.         Author: Sheldon Leemon
  360.  
  361. ==========================  Contents of Disk 011  ==========================
  362.  
  363. This is disk 11 of the freely distributable AMIGA software library.
  364.  
  365. dpslide     A slide show program for displaying graphic images
  366.         which are in the iff format, such as output from the
  367.         Electronic Arts Deluxe Paint program.  Allows the user
  368.         to select the display time for each slide and the method
  369.         of bringing the slide up to the screen, and then removing
  370.         it.  Double buffers images to improve smoothness of
  371.         display.
  372.         Author: Paul Biondo
  373.  
  374. pictures    Miscellaneous DPaint and digitized pictures, in iff
  375.         format.  Some are rated R.
  376.  
  377.  
  378. ==========================  Contents of Disk 012  ==========================
  379.  
  380. This is disk 12 of the freely distributable AMIGA software library.
  381. Note that this disk contains a number of programs apparently available
  382. only in executable form.  I am not real happy with this trend, but
  383. had no way of getting in contact with the authors who posted these
  384. programs to various BBS's to request source.  I have no reason to
  385. believe that any of these executable only postings contain any
  386. deliberate "misfeatures", but you should always use such programs
  387. cautiously.
  388.  
  389. amiga3d     Shows a rotating 3 dimensional solid "Amiga sign".
  390.         No source available, executable only (downloaded from
  391.         a Denver BBS)
  392.         Author: Barry (bart) Whitebook of C-A
  393.  
  394. ArgoTerm    Yet another terminal emulator program.  However, this
  395.         one is written in macro assembler, so should be of
  396.         interest to anyone doing serious assembly language
  397.         development.  Version 0.20
  398.         Author: Jez San
  399.  
  400. arrow3d     Shows a rotating 3 dimensional wire frame arrow.
  401.         No source available, executable only (downloaded from
  402.         a Denver BBS)
  403.         Author: Steve Beats of C-A
  404.  
  405. ld4     Another directory listing program using some graphics
  406.         style output.  Executable only, no source available.
  407.         (Downloaded from a Denver BBS)
  408.         Author: unknown
  409.  
  410. IconExec    These two tools allow execution of a program from an
  411. & SetWindow icon without having to recompile the program.
  412.         Author: John Toebes VIII
  413.  
  414. images      Miscellaneous DPaint and digitized pictures, in iff
  415.         format.  Some are rated R.
  416.  
  417. SetAlternate    Merge the images from two icons to produce one icon with
  418.         a primary image, and a possibly completely different image
  419.         to display when selected.
  420.         Author: John Toebes VIII
  421.  
  422. StarTerm    Another terminal emulator program.  ASCII and XMODEM
  423.         support, telephone dialer, function keys, load file
  424.         stripping, text file conversion, full/half duplex,
  425.         Author: Jim Nangano and Steve Plegge
  426.  
  427. ==========================  Contents of Disk 013   ==========================
  428.  
  429. This is disk 13 of the freely distributable AMIGA software library.
  430. It is a grab bag of basic programs, mostly untested.  No speekee basic
  431. so if these don't work, call someone else.
  432.  
  433. ==========================  Contents of Disk 014  ==========================
  434.  
  435. This is disk 14 of the freely distributable AMIGA software library.
  436.  
  437. This disk contains the first ever public release of two new pieces of
  438. code, "dex" and "termcap".  Also, this is the first disk in the library
  439. that includes executables produced with both the Manx and Lattice C
  440. compilers, whenever possible.  This greatly helps to isolate bugs.
  441.  
  442. amiga3d     Shows a rotating 3 dimensional solid "AMIGA" sign.
  443.         This is an updated version of the program released
  444.         on disk number 12, and now includes full source.
  445.         Author: Barry Whitebook @ Commodore-Amiga
  446.  
  447. beep        Source for a function that generates a beep sound, like
  448.         CTRL-G on a VT100 terminal.
  449.         Author: Samuel Dicker @ Commodore-Amiga
  450.  
  451. dex     Program to extract documentation in a human readable
  452.         format inside source files, and produce nroff style
  453.         output for manuals and other such external documents.
  454.         First ever public release.
  455.         Author: Fred Fish
  456.  
  457. dimensions  Programs to demonstrate three and four dimensional graphics.
  458.         Not quite sure how else to describe them!
  459.         Author: Anselm Hook
  460.  
  461. filezap     An updated version of the file zap utility first released
  462.         on disk number 10.  Can be used to patch any type of
  463.         file.  Nice, and VERY useful.
  464.         Author: John Hodgson
  465.  
  466. gfxmem      An updated version of the graphical memory display
  467.         program first released on disk number 1.  Watch your
  468.         machine's memory usage change dynamically under use!
  469.         Author: Louis Mamakos
  470.  
  471. gi      Converts DPaint brush files to C source files "necessary
  472.         to create an Image structure, including height, width,
  473.         depth, and color information, as well as the array of 
  474.         data which represents the bit planes of the image".
  475.         Author: Mike Farren
  476.  
  477. pdterm      A simple terminal emulator that does ANSI or DEC VT-100
  478.         emulation in 80 cols by 25 lines.  Version 1.21.
  479.         Author: Michael McInerny
  480.  
  481. shell       A simple csh style shell with history and some other
  482.         goodies.  Still needs some polishing and enhancement,
  483.         but is quite nice as it.  Thanks Matt!!!  We've really
  484.         needed something like this for a long time.  Now if you
  485.         would just do a ksh version instead...
  486.         Author: Matt Dillon
  487.  
  488. termcap     A (mostly) unix compatible implementation of a termcap
  489.         library.  First ever public release.
  490.         Author: Fred Fish
  491.  
  492. ==========================  Contents of Disk 015  ==========================
  493.  
  494. This is disk 15 of the freely distributable AMIGA software library.
  495.  
  496. Whenever possible, both Lattice C and Manx C executables are provided.
  497. The Lattice executables have the extension ".lattice" and the Manx
  498. executables have the extension ".manx".  This greatly helps to isolate
  499. bugs.
  500.  
  501. Blobs       A simple graphics program, reminiscent of the unix "worms" 
  502.         program, but in color of course.
  503.         Author: Peter Engelbrite
  504.  
  505. Clock       A simple digital clock program designed to be small and to
  506.         live completely in the screen title bar, where it is out
  507.         of the way.
  508.         Author: Mike Meyer
  509.  
  510. Dazzle      An eight-fold symmetry dazzler program.  Really pretty!
  511.         Author: Peter Engelbrite
  512.  
  513. Fish        "A demo program which runs an AnimOb in a double buffered
  514.         screen with sequence cycled animation".  (Basically
  515.         shows a fish "swimming" across the top of the screen).
  516.         Author: Catherine Wagner (posted by Barry Whitebook)
  517.  
  518. Monopoly    A really nice monopoly game written in AbasiC.
  519.         Follow the directions in the file "InstallationGuide"
  520.         to produce a bootable games disk.
  521.         Author: David Addison
  522.  
  523. OkidataDump Okidata ML92 driver and WorkBench screen dump program.
  524.         Does both alpha and graphics.  Untested (I don't have the
  525.         printer)
  526.         Author: Raimund Gluecker
  527.  
  528. Polydraw    A drawing program written in AbasiC.
  529.         Author: David Addison
  530.  
  531. Polyfractals    A fractal program written in AbasiC.
  532.         Author: David Addison
  533.  
  534. ==========================  Contents of Disk 016  ==========================
  535.  
  536. This is disk 16 of the freely distributable AMIGA software library.
  537.  
  538. This is a copy of the Amiga Developer's IFF disk, received directly from
  539. Commodore-Amiga sources, with permission to place in the library and
  540. redistribute.  It is unchanged except for:
  541.  
  542.     1)  The volume name has been changed to AmigaLibDisk16.
  543.     2)  This file (README.list16) has been added.
  544.     3)  The standard library README file README.dist
  545.         has been added.
  546.  
  547. Enjoy
  548. -Fred
  549.  
  550. ==========================  Contents of Disk 017  ==========================
  551.  
  552. This is disk 17 of the freely distributable AMIGA software library.
  553.  
  554. This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  555. from a vendor that is producing hardware to capture such images, and
  556. software to process them.  It is unchanged except for:
  557.  
  558.     1)  The volume name has been changed to AmigaLibDisk17.
  559.     2)  This file (README.list17) has been added.
  560.     3)  The standard library README file README.dist
  561.         has been added.
  562.     4)  The 'showilbm' program has been added to allow viewing
  563.         of the two monochrome pictures (dozer.hires and robert.lores)
  564.         without requiring Deluxe Paint.
  565.     5)  The supplied 'readme' file has been augmented with
  566.         information received on hardcopy along with the disk, and
  567.         a note has been added about how to use the showilbm 
  568.         program.
  569.  
  570. Enjoy
  571. -Fred
  572.  
  573. ==========================  Contents of Disk 018  ==========================
  574.  
  575. This is disk 18 of the freely distributable AMIGA software library.
  576.  
  577. AmigaDisplay    Yet another variation of a terminal emulator program.
  578.         This is a modified AmigaTerm that can emulate a dumb
  579.         terminal (interesting paradox here somewhere...), translate
  580.         line termination sequences, optionally capture or discard
  581.         control characters in the captured file, use audible bell,
  582.         use another font, etc.
  583.         Author: Don Woods (Original code by Michael Mounier)
  584.  
  585. Ash     Prerelease version of a C-shell like shell program.
  586.         Has history, command substitution, loops, etc.
  587.         Author: Thorn Smith
  588.  
  589. Browser     A program that lets you wander around a file tree and
  590.         peek into files, all with the mouse.
  591.         Author: Mike (I'll be mellow when I'm dead) Meyer
  592.  
  593. MC68010     Complete information package for upgrading an Amiga
  594.         to use an MC68010 in place of the MC68000.  Includes
  595.         a software fix that makes this transparent to user
  596.         programs that use instructions that are priviledged
  597.         on the 68010.
  598.         Author: Thad Floryan
  599.  
  600. Multidim    Lets you rotate a 2 to 6 dimensional "cube" on the
  601.         screen using the joystick.
  602.         Author: Robert French
  603.  
  604. PigLatin    Tired of the "say" command?  This one will translate
  605.         and speak your input in pig latin!
  606.         Author: Thomas Clement
  607.  
  608. Scrimper    Short for "SCReen IMage PrintER".  A screen dump utility
  609.         which can be run from the workbench or the CLI.
  610.         Author: Perry Kivolowitz
  611.  
  612. Xlisp1.6    A very nice little lisp for those that want to study the
  613.         internals of a real, working lisp interpreter.
  614.         Author: Dave Betz
  615.  
  616. ==========================  Contents of Disk 019  ==========================
  617.  
  618. This is disk 19 of the freely distributable AMIGA software library.
  619.  
  620. BlackJack   A line oriented (no graphics) blackjack game.
  621.         Author: Unknown
  622.  
  623. JayMinerSlides  These are the Amiga slides produced/used by Jay Miner
  624.         (the designer of Amiga's custom graphics chips) in his
  625.         talks about the Amiga.  They are all hi-res (640 x 400)
  626.         and are best displayed on a long-persistence color
  627.         monitor.
  628.  
  629. Keymap_Test A program to test the keymapping routines and find
  630.         possible bugs.  Useful as an example of keymapping.
  631.         Author: Pushpa Kumar
  632.  
  633. LockMon     Find file locks.  Useful for discovering if programs
  634.         properly clean up after themselves.
  635.         Author: Dewi Williams
  636. ==========================  Contents of Disk 020  ==========================
  637.  
  638. This is disk 20 of the freely distributable AMIGA software library.
  639.  
  640. AmigaToAtari    Source code for an Amiga to Atari ST object code format
  641.         converter.  Takes Amiga objects as input and produces
  642.         Atari objects as output.  This allows the Amiga to be
  643.         used as a cross development machine providing the
  644.         proper libraries are available.  (Currently does not
  645.         work, but I don't have an ST to try it with anyway...)
  646.         Author: Landon Dyer at Atari Corp.
  647.  
  648. DiskSalv    Program to recover files from a trashed AmigaDOS disk.
  649.         Can also "undelete" files deleted by mistake, so long
  650.         as they have not overwritten by further disk activity.
  651.         Requires two disk drives.  VERY useful...
  652.         Author: Dave Haynie
  653.  
  654. Hash        Small example program that computes the AmigaDOS directory
  655.         hash function.
  656.         Author: Neil Katin at Commodore-Amiga
  657.  
  658. Hd      Hex dump utility using some ideas from Mike Higgin's
  659.         article in Computer Language magazine, Apr 86.
  660.         Formats the dump based on the natural byte ordering
  661.         of the machine on which it runs.
  662.         Author: David Elins at NEC Information Systems
  663.  
  664. MandelBrots Some mandelbrot images submitted for the "mandelbrot
  665.         images contest" some months ago.  Only three people
  666.         submitted mandelbrots and these were among the most
  667.         interesting.
  668.         
  669. MultiTasking    Tutorial and example program for multitasking at the Exec
  670.         level.
  671.         Author: Leo L. Schwab
  672.  
  673. Pack        Program to strip extraneous whitespace from C programs
  674.         or header files.  Can be used to condense the C compiler
  675.         header files to free up disk space.
  676.         Author: Jeff Dickson
  677.  
  678. PortHandler
  679.         Author: A sample Port-Handler program that performs
  680.         the functions of the standard Port-Handler.  Shows what
  681.         the BCPL environment looks like from the handler point of
  682.         view.
  683.         Author: John Toebus VIII
  684.  
  685. Random      Random number generator in assembly.  Much faster than
  686.         versions using floating point.  Can be used by either
  687.         assembly or C programs.
  688.         Author: Steve Beats at Commodore-Amiga
  689.  
  690. SetMouse2   Program to set the mouse port to either the left port or
  691.         right port.
  692.         Author: Robert Burns at Commodore-Amiga
  693.  
  694. SpeechTerm  Terminal emulator that can speak the received text.
  695.         Also has XMODEM file transfer.
  696.         Author: Leftheris Koutsofios
  697.  
  698. Ted     Demo version of an editor that has since been
  699.         renamed as TXed (I believe).
  700.         Author: Charles Heath at MicroSmiths 
  701.  
  702. ==========================  Contents of Disk 021  ==========================
  703.  
  704. This is disk 21 of the freely distributable AMIGA software library.
  705.  
  706. This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  707.  
  708. It is unchanged except for:
  709.  
  710.     1)  The volume name has been changed to AmigaLibDisk21.
  711.     2)  This file (README.list21) has been added.
  712.     3)  The standard library README file README.dist
  713.         has been added.
  714.  
  715. To run from CLI:
  716.  
  717.     1)  cd dfX:  (where X is drive containing disk)
  718.     2)  mse
  719.  
  720. To run from Workbench:
  721.  
  722.     1)  Click on MSD icon.
  723.  
  724. It contains extensive on-line help information, unlike other Mandelbrot
  725. programs distributed in this library.  It also is capable of displaying
  726. some very pretty hi-res pictures in interlace mode.
  727.  
  728. Enjoy
  729. -Fred
  730.  
  731. ==========================  Contents of Disk 022  ==========================
  732.  
  733. This is disk 22 of the freely distributable AMIGA software library.
  734.  
  735. This disk contains two new "strains" of microemacs, both derived from
  736. early releases of Dave Conroy's microemacs.  There is currently an
  737. attempt on usenet, lead by Dave Brower, to coordinate an effort to
  738. merge features from the different versions into a single supported
  739. microemacs.  In the meantime, perhaps you can find a feature you need
  740. in one of these...
  741.  
  742. Lemacs      Microemacs version 3.6 as enhanced and supported
  743.         by Daniel Lawrence.  This version works and has been
  744.         tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  745.         Enhancements include overwrite mode, support for Amiga
  746.         function keys, reverse video status line, numeric
  747.         arguments using <ESC><number>, replace, buffer specific
  748.         editing modes, word wrap mode, goto-line, buffer rename,
  749.         insert-file, execute named command, describe bindings,
  750.         startup files, and more.
  751.         Author: Dave Conroy, enhancements by Daniel Lawrence
  752.  
  753. Pemacs      Microemacs as enhanced by Andy Poggio.  New features
  754.         include use of <ALT> keys as Meta keys, default buffers
  755.         on buffer switch, mouse support, higher priority to
  756.         improve interactive response, creation of backup files,
  757.         paragraph fill, word wrap, query replace, and support for
  758.         function keys.
  759.         Author: Dave Conroy, enhancements by Daniel Lawrence
  760.  
  761. ==========================  Contents of Disk 023  ==========================
  762.  
  763. This is disk 23 of the freely distributable AMIGA software library.
  764.  
  765. This disk contains a significantly enhanced version of microemacs based
  766. on the version 30 release posted to usenet's mod.sources newsgroup.
  767.  
  768. Previous versions of microemacs released on these disks derived from
  769. a very old version of microemacs.  Since that old release, the author
  770. has cleaned up lots of loose ends and restructured major parts of the code.
  771. Other people have already added support for termcap, ports to other machines
  772. and operating systems, and a limited GNU emacs compatibility option.
  773.  
  774. Because recipients of this disk might wish to run this new microemacs
  775. on other machines in addition to the Amiga, I have encluded all sources
  776. that were available to me at the time of release.  The subdirectories
  777. which give alternate implementations are:
  778.  
  779.     Sys/Vms     System modules for VAX VMS
  780.     Sys/Atari   System modules for Atari ST
  781.     Sys/Msdos   System modules for MSDOS
  782.     Sys/Cpm86   System modules for Cpm
  783.     Sys/Amiga   System modules for Amiga
  784.     Sys/Ultrix  System modules for Ultrix/BSD4.2
  785.     Sys/SysV    System modules for Unix System V
  786.     Tty/Atari   Terminal driver for Atari ST
  787.     Tty/7300    Terminal driver for AT&T Unix PC (7300)
  788.     Tty/Intuition   Terminal driver for Amiga using Intuition
  789.     Tty/Termcap Terminal driver using termcap for Unix
  790.     Tty/Ansi    Terminal driver using Ansi codes
  791.     Tty/Amigados    Terminal driver for Amiga using just Amigados
  792.     Tty/Heath   Terminal driver for a Heath terminal
  793.  
  794. There currently is a major effort underway on usenet, led by Dave
  795. Brower, to standardize microemacs and bring the many variations under
  796. one common implementation.  Please send any enhancements to rtech!daveb,
  797. or send them to me and I will see that he gets them.
  798.  
  799. ==========================  Contents of Disk 024  ==========================
  800.  
  801. This is disk 24 of the freely distributable AMIGA software library.
  802.  
  803. Conquest    You control an interstellar empire, decide which star
  804.         systems to explore, which planets to colonize, etc.
  805.         The computer will also be building its own empire
  806.         and competing with you for resources.  The one with
  807.         the greatest population at the end wins.  First
  808.         distributed in executable form only on disk number
  809.         10.  This distribution includes source.
  810.         Author:  Unknown, ported to Amiga by Rob Shimbo
  811.  
  812. Csh     Second release of a csh-like alternative to the
  813.         CLI, first released on disk number 14.  Has alias,
  814.         builtin functions like "dir" for speed, history,
  815.         named variables, command re-execution with 
  816.         substitution, etc.
  817.         Author: Matt Dillon
  818.  
  819. Modula-2    A pre-release version of the single pass Modula-2
  820.         compiler originally developed for MacIntosh at ETHZ.
  821.         This code was transmitted to the AMIGA and is executed
  822.         on the AMIGA using a special loader.  Binary only.
  823.  
  824. ==========================  Contents of Disk 025  ==========================
  825.  
  826. This is disk 25 of the freely distributable AMIGA software library.
  827. This disk contains a port (executables only) of the popular UNIX game
  828. "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  829.  
  830.  
  831. This is Version 1.0.1E., with graphics enhancements for the Amiga.
  832.  
  833. ==========================  Contents of Disk 026  ==========================
  834.  
  835. This is disk 26 of the freely distributable AMIGA software library.
  836.  
  837. UnHunk      Tool to process the Amiga "hunk" loadfile format.
  838.         Collects code, data, and bss hunks together, allows
  839.         individual specification of code, data, and bss origins,
  840.         and generates binary file with format reminiscent of Unix
  841.         "a.out" format.  The output file can be easily processed
  842.         by a separate program to produce Motorola "S-records"
  843.         suitable for downloading to PROM programmer.
  844.         Author:  Eric Black
  845.  
  846. C-kermit    Port of the popular "kermit" program, a flexible
  847.         virtual terminal and file transfer program from
  848.         Columbia University.
  849.         Author:  Unknown, ported to Amiga by Davide Cervone
  850.  
  851. Ps      A program to display process priorities and another
  852.         program to set a process's priority to any arbitrary
  853.         valid value.  Very useful to provide finer control
  854.         over your multitasking environment.
  855.         Author:  Dewi Williams
  856.  
  857. Archx       Yet more programs for bundling up text files and
  858.         mailing or posting them as a single file unit.
  859.         Author: Martin Minow
  860.  
  861. ==========================  Contents of Disk 027  ==========================
  862.  
  863. This is disk 27 of the freely distributable AMIGA software library.
  864.  
  865. ABdemos     Amiga Basic demos.  NewConvertFD creates .bmaps from
  866.         fd files.  BitPlanes finds addresses of and writes to
  867.         bitplanes of the screen's bitmap.  AboutBmaps is a 
  868.         tutorial on creation and use of bmaps.  LoadILBM loads
  869.         and displays IFF ILBM pics.  LoadACBM loads and displays
  870.         ACBM pics.  ScreenPrint creates a demo screen and dumps
  871.         it to a graphic printer.
  872.         Author:  Carolyn Scheppner, Commodore-Amiga
  873.  
  874. Disassem    A simple 68000 disassembler.  Reads standard Amiga
  875.         object files and disassembles the code sections.
  876.         Data sections are dumped in hex.  The actual disassember
  877.         routines are set up to be callable from a user program
  878.         so instructions in memory can be disassembled dynamically.
  879.         Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  880.  
  881. DvorakKeymap    Example of a keymap structure for the Dvorak keyboard
  882.         layout.  Untested but included because assembly examples
  883.         are few and far between.
  884.         Author: Robert Burns @ Commodore-Amiga
  885.  
  886. Hypocycloids    An electronic Spirograph inspired by an article in
  887.         Feb '84 Byte.
  888.         Author: Terry Gintz
  889.  
  890. LinesDemo   A demo program which illustrates the use of proportional
  891.         gadgets to scroll around in a superbitmap window.
  892.         Posted to usenet by Barry Whitebook @ Commodore-Amiga
  893.  
  894. MemExpansion    Schematics and directions for building your own homebrew
  895.         1 Mb memory expansion.
  896.         Author: Michael Fellinger
  897.  
  898. SafeMalloc  Ever have a program that corrupts it's own memory?  Well,
  899.         this little gem can help you find the problem in a hurry.
  900.         Acts as an interface between your program and the real
  901.         malloc, checking for overrun, underrun, and duplicate
  902.         freeing of malloc'd space.
  903.         Author: Bjorn Benson, modifications by Fred Fish
  904.  
  905. ScienceDemos    Some science demos.  Sidereal is a tutorial program which
  906.         introduces the user to the relationships between Julian
  907.         and calendar dates and solar and sidereal times.  J2000
  908.         is a utility program which converts stellar positions,
  909.         proper motion, parallax and radial velocity from the 
  910.         standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  911.         is a tutorial program which determines the position of
  912.         the Galilean satellites relative to Jupiter.
  913.         Programs courtesy of David Eagle at Science Software.
  914.  
  915. ==========================  Contents of Disk 028  ==========================
  916.  
  917. This is disk 28 of the freely distributable AMIGA software library.
  918.  
  919. Backgammon  Another game in AbasiC by the author of Monopoly.
  920.         Author:  David Addison
  921.  
  922. Cpp     This is a copy of the Decus cpp, ported to the Amiga.
  923.         This cpp is more powerful and complete than either of
  924.         the built in cpp's in Manx or Lattice C.  Also included
  925.         is a modified version of the Unix like cc frontend, for
  926.         Manx C, that knows about the cpp.
  927.         Author:  cpp by Martin Minow;  cc by Fred Fish
  928.  
  929. Cribbage    Another game in AbasiC by the author of Monopoly.
  930.         Author:  David Addison
  931.  
  932. MileStone   Another game in AbasiC by the author of Monopoly.
  933.         Author:  David Addison
  934.  
  935. Othello     Another game in AbasiC by the author of Monopoly.
  936.         Author:  David Addison
  937.  
  938. Shar        A program which can pack and unpack archives compatible
  939.         with the Unix "shar" (shell archiver) program.
  940.         Author:  Dave Wecker
  941.  
  942. SuperBitMap An example program that shows how to use ScrollLayer,
  943.         how to sync the SuperBitMap prior to printing, and how
  944.         to create a dummy rastport for dumping the SuperBitMap.
  945.         Works under 1.2 and up.
  946.         Author:  Carolyn Scheppner and Phil Lindsay
  947.  
  948. ==========================  Contents of Disk 029  ==========================
  949.  
  950. This is disk 29 of the freely distributable AMIGA software library.
  951.  
  952. AegisDrawDemo   Demo disk of the Aegis Draw program.  This is the
  953.         actual production program with only the "save" feature
  954.         disabled and without documentation (intentionally).
  955.         Very impressive program!  Received directly from
  956.         Aegis Development.
  957.  
  958. Cc      Version of the Unix like C compiler frontend program,
  959.         for Manx C.  Previous released version was for Lattice C.
  960.         Author:  Fred Fish
  961.  
  962. Enough      A new CLI execute file command that tests for various
  963.         system resources such as available memory or existance
  964.         of specific files, directories, or devices.
  965.         Author:  Bruce Barrett @ Commodore-Amiga
  966.  
  967. Player      Animation player for Aegis Animator.  Received directly
  968.         from Aegis Development.
  969.  
  970. Rubik       An animated Rubik's cube program based on Barry Whitebook's
  971.         "amiga3d" program and Raymond Brand's "skewb" program.
  972.         Author:  Bill Kinnersley
  973.  
  974. StringLib   A public domain reimplementation of the Unix string
  975.         library functions.
  976.         Author:  Henry Spencer @ U of Toronto
  977.  
  978. Vt100       A vt100 emulator program with Kermit and Xmodem file
  979.         transfer protocols (based on AmigaTerm).
  980.         Author:  Dave Wecker
  981. ==========================  Contents of Disk 030  ==========================
  982.  
  983. This is disk 30 of the freely distributable AMIGA software library.
  984.  
  985. Note that the programs on this disk are all shareware/freeware.
  986. This means that if you find them useful, you are morally obligated
  987. to send a small donation to the author to help support his efforts and
  988. fund further development.  I hope that by including them in this
  989. library I have furthered the author's goals of widest possible
  990. distribution and thus maximum return.  Also note (for those that
  991. like to split hairs) that I am distributing this disk as a "freebee".
  992. To receive a copy, just request it when ordering any other disks from
  993. the library.
  994.  
  995. Bbs     A BBS for the Amiga (BBS-Amiga Version 1.1).
  996.         Author:  Ewan Grantham
  997.         Author's suggested shareware donation:  $25
  998.  
  999. FineArt     This is a collection of works from some of the best
  1000.         of current Amiga artists.  Many thanks to Jim Sachs,
  1001.         Sheryl Knowles, Jack Haeger, and Aegis Development
  1002.         for submissions.
  1003.  
  1004. FontEditor  Does what the name implies, edits font's.
  1005.         Author:  Tim Robinson
  1006.         Author's suggested shareware donation: $5
  1007.  
  1008. MenuEditor  Create and edit menus, saving the result as either
  1009.         a binary file for further editing or as C source for
  1010.         inclusion in a program.
  1011.         Author:  David Pehrson
  1012.         Author's suggested shareware donation: $15
  1013.  
  1014. StarTerm    Starterm version 3.0.  Very nice telecommunications
  1015.         program.
  1016.         Author:  Jim Nangano
  1017.         Author's suggested shareware donation: $20
  1018.  
  1019. ==========================  Contents of Disk 031  ==========================
  1020.  
  1021. This is disk 31 of the freely distributable AMIGA software library.
  1022.  
  1023. Life        Executes the cellular automata game of LIFE in the
  1024.         blitter chip.  Uses a 318 by 188 display and runs at
  1025.         19.8 generations per second.
  1026.         Author: Tomas Rokicki
  1027.  
  1028. Mandelbrot  Latest version of Robert French's mandelbrot program,
  1029.         version 3.00.
  1030.         Author: Robert French
  1031.  
  1032. MxExample   Example of mutual exclusion gadget handling.
  1033.         Author: Davide Cervone
  1034.  
  1035. RamSpeed    Program to measure raw memory speed, comparing internal
  1036.         memory to the external memory.
  1037.         Author: Perry Kivolowitz
  1038.  
  1039. Set     Replacement for the Manx "set" command (to set or
  1040.         change environment variables) with several
  1041.         improvements.
  1042.         Author: Tomas Rokicki
  1043.  
  1044. Tree        Draws a recursive tree (green leafy type, not files).
  1045.         Author: Robert French (original version by W. Balthrop)
  1046.  
  1047. TxEd        Latest demo version of Microsmith's text editor, TxEd.
  1048.         This is the full production version except that files are
  1049.         limited to 10K bytes in length and the search/replace
  1050.         functions are disabled.  Also, demo is based on an older
  1051.         version of TxEd, new release has additional features.
  1052.         Author: Charlie Heath
  1053.  
  1054. VDraw       Drawing program, based on freedraw, but now transformed
  1055.         and enhanced beyond recognition.  Draws hollow boxes, 
  1056.         filled boxes, freehand sketches, lines, circles, and arcs.
  1057.         Also has area fill, text insertion, 16 different line
  1058.         patterns, predefined area fill patterns, a magnify mode,
  1059.         cut and paste, color inversion, erase, grid pattern, and
  1060.         more.  This is version 1.08.
  1061.         Author:  Stephen Vermeulen
  1062.  
  1063. Xicon       Contains two programs; Xicon which lets you use icons to
  1064.         call up scripts containing CLI commands, and Ticon, which
  1065.         is a simple program to display text files from icons.
  1066.         Author: Pete Goodeve
  1067.  
  1068. ==========================  Contents of Disk 032  ==========================
  1069.  
  1070. This is disk 32 of the freely distributable AMIGA software library.
  1071.  
  1072. Address     Extended address book written in AmigaBasic.
  1073.         Author: Mark Hurst
  1074.  
  1075. Calendar    Calendar/diary program written in AmigaBasic.
  1076.         Author: Mark Hurst
  1077.  
  1078. DosPlus1    First volume of CLI oriented tools for developers.
  1079.         Executables only.
  1080.         Author: Bill Beogelein
  1081.  
  1082. DosPlus2    Second volume of CLI oriented tools for developers.
  1083.         Executables only.
  1084.         Author: Bill Beogelein
  1085.  
  1086. MacView     Allows viewing of a standard MacPaint picture file in
  1087.         either Amiga low resolution (320 x 200) or high
  1088.         resolution (640 x 400).  Executable only.
  1089.         Author: Scott Evernden
  1090.  
  1091. Puzzle      Simulation of puzzle with moving square tiles.
  1092.         Executable only.
  1093.         Author: Bill Beogelein
  1094.  
  1095. ShowHAM     Program to display HAM (Hold And Modify) mode images
  1096.         from the CLI environment.  Executable only.
  1097.         Author: Unknown
  1098.  
  1099. Solitaire   Two new ABasiC games, Canfield and Klondike.
  1100.         Author: David Addison
  1101.  
  1102. Spin3       Simple program that creates spinning cubes and transforms
  1103.         them into op-art.  Example of how to create a double
  1104.         buffered display with color tables that can be changed.
  1105.         Author: Ronald Peterson
  1106.  
  1107. Sword       Sword of Fallen Angel.  Text adventure game written
  1108.         in AmigaBasic.
  1109.         Author: Andry Rachmat
  1110.  
  1111. Trails      Cute little program that leaves a trail behind the
  1112.         pointer when the mouse is moved.  The trail has
  1113.         programmable symmetry, thickness, and length.
  1114.         The other interesting thing about this program is
  1115.         that it is written in Modula-2 (source provided).
  1116.         Author: Richie Bielak
  1117.  
  1118. ==========================  Contents of Disk 033  ==========================
  1119.  
  1120. This is disk 33 of the freely distributable AMIGA software library.
  1121.  
  1122. 3dstars     3d version of Leo's "stars" program (also on this disk).
  1123.         Author: Leo Schwab
  1124.  
  1125. Bigmap      Program which demonstrates how to use the low-level
  1126.         graphics calls, ScrollVPort especially.  Demonstrates
  1127.         scrolling around inside a very big bitmap.
  1128.         Author: Leo Schwab
  1129.  
  1130. Dbuf.gels   Sample program that demonstrates the animation routines
  1131.         for Bobs and VSprites.  Uses double buffering to smooth
  1132.         the display motion.
  1133.         Author: David Lucas
  1134.  
  1135. DiskMapper  Displays sector allocation of floppy disks.
  1136.         Author: Leo Schwab
  1137.  
  1138. MemView     Program which sets up a direct window into RAM, thus
  1139.         dynamically displaying the contents of memory.
  1140.         Author: Leo Schwab
  1141.  
  1142. Oing        Displays a window full of little bouncing balls.
  1143.         Author: Leo Schwab
  1144.  
  1145. ScreenDump  Dumps rastport of highest screen/window to printer.
  1146.         Author: Carolyn Scheppner
  1147.  
  1148. Sdb     Simple database program, originally released on a
  1149.         DECUS VAX SIG tape.
  1150.         Author: Unknown, Amiga port by Mic Kaczmarczik
  1151.  
  1152. Sproing     Same as Oing but includes sounds of balls colliding with
  1153.         boundries.
  1154.         Author: Leo Schwab
  1155.  
  1156. Stars       Displays a screen full of stars, reminiscent of a view
  1157.         from the starship Enterprise's flight deck.
  1158.         Author: Leo Schwab
  1159.  
  1160. TermPlus    Yet another variant of Michael Mournier's AmigaTerm
  1161.         program.  This one includes improved ascii capture,
  1162.         CRC and checksum xmodem protocol transfers, CompuServe
  1163.         B-protocol transfers, a phone library, function key
  1164.         support, and limited AmigaDOS functions.
  1165.         Author:  Enhancements by Bob Rakosky
  1166.  
  1167. Vt100       Release 2.0 of Dave's version of AmigaTerm.
  1168.         Includes support for function keys and script files.
  1169.         Author: Enhancements by Dave Wecker and Steve Drew.
  1170.  
  1171. ==========================  Contents of Disk 034  ==========================
  1172.  
  1173. This is disk 34 of the freely distributable AMIGA software library.
  1174.  
  1175. Alint       Support files for Gimpel lint to make it useful on the
  1176.         Amiga.
  1177.         Author: Thomas Althoff
  1178.  
  1179. Blink       A linker written as a replacement for Alink.  Fully
  1180.         Alink compatible and supports many additional options
  1181.         not found in Alink.  Also is much faster than Alink and
  1182.         generates smaller executable files.  Version 5.7
  1183.         Author: Combined efforts of the Software Distillery
  1184.  
  1185. Browser     Updated version of the browser program released on disk
  1186.         number 18.  This one has been "manxified", has scroll
  1187.         bars, and several bugs fixed.
  1188.         Author: Mike Meyer, enhancements and fixes by Bob Leivian
  1189.  
  1190. Btree       Routines to implement a B-tree algorithm and several
  1191.         accompanying tests, apparently derived from the single
  1192.         file version also included on this disk under "Btree2".
  1193.         Still buggy, but looks useful with a little work.
  1194.         Author: Richard Hellier, posted to usenet by Steve Jefferson
  1195.  
  1196. Btree2      Previous (original) version of btree routines.
  1197.         Author: Richard Hellier
  1198.  
  1199. Calendar    Appointment calendar that lets you visually add and
  1200.         update appointments.  Can also run in background and
  1201.         remind you 15 minutes before any scheduled event.
  1202.         Author: Unknown, Amiga port by Bob Leivian
  1203.  
  1204. Less        Like Unix "more", only better, with forward and
  1205.         backward scrolling, searching and positioning by
  1206.         percent of file and line number, etc.  Very useful!
  1207.         Author: Mark Nudelman, Amiga port by Bob Leivian
  1208.  
  1209. NewFonts    Set of 28 new Amiga fonts.
  1210.         Author: Bill Fischer
  1211.  
  1212. Pr      A background print utility with several options for
  1213.         letter quality compressed mode and line numbers.  Also
  1214.         takes multiple files and wildcards.
  1215.         Author: Bob Leivian
  1216.  
  1217. Requester   A file name requester that looks like the one used in
  1218.         Deluxe Paint, and a sample program for using the
  1219.         requester.
  1220.         Author: Kevin Clague
  1221.  
  1222. ==========================  Contents of Disk 035  ==========================
  1223.  
  1224. This is disk 35 of the freely distributable AMIGA software library.
  1225.  
  1226. ASendPacket Example program for sending multiple packets asynchronously
  1227.         to a dos handler, for those interested in implementing
  1228.         programs with asynchronous AmigaDos file I/O.
  1229.         Author: Phillip Lindsay
  1230.  
  1231. ConsoleWindow   Example program for finding the intuition pointer to an
  1232.         AmigaDos CON: or RAW: window, so you can do WindowToFront,
  1233.         graphics, and other interesting things.
  1234.         (Requires AmigaDos 1.2)
  1235.         Author: Andy Finkel and Robert Burns
  1236.  
  1237. DirUtil     Nice little program to wander around directory tree
  1238.         using a windowing interface and performing various
  1239.         operations on files.
  1240.         Author: Chris Nicotra, enhancements by Dave Jobusch
  1241.  
  1242. DirUtil2    Another variant of dirutil.
  1243.         Author: Chris Nicotra, enhancements by Ed Alford
  1244.  
  1245. FileRequester   A very nice file requester module for lattice C programs,
  1246.         along with a demo driver program.
  1247.         Author: Charlie Heath
  1248.  
  1249. MacView     Allows viewing of standard MacPaint picture files in
  1250.         either Amiga low resolution (320 x 200) or high
  1251.         resolution (640 x 400).  Executable, sample pictures,
  1252.         and icons (version on disk 32 did not include pictures).
  1253.         Author: Scott Evernden
  1254.         
  1255. Plop        Short, simple, no-frills IFF reader program, and
  1256.         a sample picture made using a ray tracing algorithm.
  1257.         Author: Jim Kent
  1258.  
  1259. PopCLI      Provides a simple way of starting another CLI at any
  1260.         time without having to load workbench or exit whatever
  1261.         program you may be using.  Also has a builtin screen
  1262.         saver mode that automatically blanks the Amiga console
  1263.         screen when there has been no input for a specified
  1264.         period of time.
  1265.         Author: John Toebes
  1266.  
  1267. QuickCopy   Three versions of quickcopy, a nice little full disk
  1268.         copier.  Two of the versions are capable of making 
  1269.         backup copies of "protected" Electronic Art's disks.
  1270.         Author: Dave Devenport
  1271.  
  1272. ScrollPf    Creates and displays a 400 by 300 by 2 bit plane
  1273.         playfield on top of a 320 by 200, 2 plane deep
  1274.         playfield, as a demo of dual playfield display.
  1275.         Author: Carolyn Scheppner
  1276.  
  1277. SendPacket  General purpose subroutine to send AmigaDos packets.
  1278.         Author: Phillip Lindsay
  1279.  
  1280. SpriteMaker Program which lets you paint sprites and then converts
  1281.         the image into a C data structure to be used in programs.
  1282.         Allows interactive testing of the sprite as a pointer.
  1283.         Suggested shareware donation of $15 for source code and
  1284.         updates.
  1285.         Author: Ray Larson
  1286.  
  1287. Tracker     Program which converts a boot-load disk (I.E. a kickstart
  1288.         disk) into a group of files for electronic transmission
  1289.         and reassembly.  Completely preserves the original disk
  1290.         structure so the target disk will be an exact duplicate
  1291.         of the original.
  1292.         Author: Brad (Lord Bradford) Wilson
  1293.  
  1294. TriClops    Very nice graphics oriented 3-D space invasion game.
  1295.         This was previously a commercial product which is
  1296.         being released into the public domain for promotional
  1297.         purposes (they are working on a multiuser, multimachine
  1298.         version).
  1299.         Author: Unknown, published by Geodesic Publications
  1300.  
  1301. Tsize       A simple utility to print directory tree sizes.  Displays
  1302.         the total size of all files and subdirectories within a
  1303.         given directory.
  1304.         Author: Edmund Burnette
  1305.  
  1306. UnIfdef     Useful program for removing ifdef'ed sections from a file
  1307.         while otherwise leaving the file alone.  Allows one source
  1308.         to be used as a porting base for many machines, without
  1309.         shipping the entire source to every source customer.
  1310.         (Preprocess for their machine and send them only the
  1311.         source for their specific machine).
  1312.         Author: Dave Yost
  1313.  
  1314. Vttest      Program to test compatibility of vt100-compatible 
  1315.         terminals and terminal emulators.  Requires the
  1316.         resources of a Unix system to test an Amiga hosted
  1317.         vt100 emulator.  (I haven't yet found one that even
  1318.         comes close to passing this test!).
  1319.         Author: Per Lindberg
  1320.  
  1321. ==========================  Contents of Disk 036  ==========================
  1322.  
  1323. This is disk 36 of the freely distributable AMIGA software library.
  1324.  
  1325. Acp     A copy program with filename expansion and argument
  1326.         interpretation like the unix cp.
  1327.         Author: Fred Cassirer
  1328.  
  1329. Clock       Updated version of the clock program released on disk
  1330.         number 15.  Adds seconds display, free memory display,
  1331.         and faster updates.
  1332.         Author: Mike Meyer
  1333.  
  1334. Csh     Csh like alternative to the CLI, with changes to
  1335.         compile under Manx with 16-bit ints.  Has alias,
  1336.         builtin functions like "dir" for speed, history,
  1337.         named variables, command re-execution with substitution,
  1338.         etc.  Version 2.01A.
  1339.         Author: Matt Dillon
  1340.  
  1341. DietAid     Diet planning aid to allow the user to compile lists
  1342.         of ingredients (recipes) and automatically compute
  1343.         calorie totals, etc.  This is a shareware program
  1344.         ($10 suggested) that was submitted by the author
  1345.         for inclusion in the library.
  1346.         Author: Terry Gintz
  1347.  
  1348. Echo        An improved echo command with options to control
  1349.         color, screen placement of text, etc.
  1350.         Author: Larry Phillips
  1351.  
  1352. FixHunk     A program to modify executable files to allow them to
  1353.         run in external memory.  It forces all DATA and BSS hunks
  1354.         in the file to be loaded into CHIP memory.  CODE hunks will
  1355.         still load into FAST ram if available.  Version 1.2a.
  1356.         Author: D.J. James
  1357.  
  1358. Fm      File mapper program.  Uses trackdisk device to grab
  1359.         sectors and traverse the filesystem to find out what
  1360.         sectors a particular file occupies.
  1361.         Author: Leo Schwab
  1362.  
  1363. KickBench   Instructions and programs for creating and using a
  1364.         combined KickStart and WorkBench disk, so only one
  1365.         disk is need to reboot.  Allows the system to reboot
  1366.         unattended after a power failure.  Requires disked from
  1367.         developer's disk.
  1368.         Author: Alonzo Gariepy
  1369.  
  1370. Lex     A program (not to be confused with the Unix lex program
  1371.         which is a lexical analyzer generator) which computes
  1372.         various readability metrics for text files.  Computes
  1373.         Gunning-Fog, Flesh, and Kincaid indices.
  1374.         Author: Jeff Sullivan
  1375.  
  1376. TunnelVision    Another fine ABasiC game from David Addison.  This is 
  1377.         a maze game with a 3-D perspective view from inside the
  1378.         maze.
  1379.         Author: David Addison
  1380.  
  1381. Vc      Visicalc-like spreadsheet calculator program.
  1382.         Author:  James Gosling, Amiga port by Peter Hardie
  1383.  
  1384. Vt100       Version 2.2 of Dave's vt100 emulator program including
  1385.         Xmodem and Kermit file transfer protocols.
  1386.         Author: Dave Wecker
  1387.  
  1388. YaBoing     A game program demonstrating hardware sprite usage,
  1389.         including collision detection.
  1390.         Author: Ali Ozer, based on original by Leo Schwab
  1391.  
  1392. ==========================  Contents of Disk 037  ==========================
  1393.  
  1394. This is disk 37 of the freely distributable AMIGA software library.
  1395.  
  1396. It is port of Timothy Budd's Little Smalltalk system, done by Bill
  1397. Kinnersley at Washington State University.
  1398.  
  1399. The disk is unchanged except for the following:
  1400.  
  1401.     (1) I have added this file, README.list37.
  1402.  
  1403.     (2) I have added the standard distribution info file,
  1404.         README.dist.
  1405.  
  1406.     (3) In order to make room for the above two files (the
  1407.         disk only had 2 free blocks) I filtered all the text
  1408.         files in the sources, docs, and examples directories
  1409.         through a program to remove extraneous CR (^M) characters
  1410.         from the end of each line.  This also makes the files
  1411.         conform to standard Amiga and Unix line delimiter 
  1412.         conventions.  I hope this didn't break anything else
  1413.         in the process...
  1414.  
  1415.     (4) I have added the file sources/Makefile to help people
  1416.         who want to recompile the sources.  It uses my cc 
  1417.         frontend.  I was able to compile and link an executable
  1418.         that was almost the same size as the one Bill provided
  1419.         (100 bytes smaller) using Manx 3.20B in 16-bit int mode,
  1420.         but it aborted immediately with an error message, so
  1421.         beware.
  1422.  
  1423. -Fred
  1424.  
  1425. ==========================  Contents of Disk 038  ==========================
  1426.  
  1427. This is disk 38 of the freely distributable AMIGA software library.
  1428.  
  1429. CSquared    Implementation of Circle Squared algorthm from Sept '86
  1430.         Scientific American "Computer Recreations" column.
  1431.         Produces wildly colorful but mathematically precise
  1432.         patterns.
  1433.         Author:  Bill DuPree
  1434.  
  1435. FixObj      Strip extraneous garbage off the end of object files
  1436.         transfered with xmodem.  Does not require preknowledge
  1437.         of actual file length, uses knowledge of Amiga file
  1438.         structure.  Version 1.1 (update to copy on disk #10).
  1439.         Author:  John Hodgson
  1440.  
  1441. Handler     An example that implements an AmigaDos Handler (device)
  1442.         in non-BCPL format.
  1443.         Author:  Phillip Lindsay
  1444.  
  1445. Hp-10c      Program that mimics an HP-10c (Hewlett Packard calculator),
  1446.         written in TDI Modula2.
  1447.         Author:  Duncan Prindle
  1448.  
  1449. IffDump     Two programs for manipulating IFF files.  IFFENCODE grabs
  1450.         an active screen and writes it to a file in IFF format.
  1451.         IFFDUMP decodes information in arbitrary IFF files and
  1452.         prints it in a human readable form.
  1453.         Author:  Matt Dillon
  1454.  
  1455. Jsh     A simple command line interpreter drawing on features from
  1456.         the BSD C shell.
  1457.         Author:  Jim Kent
  1458.  
  1459. NewStat     Replacement program for the AmigaDOS STATUS command.  Prints
  1460.         task number, priority, address of process, command line 
  1461.         being executed, current directory, etc.
  1462.         Author:  James Synge
  1463.  
  1464. Reversi     Program to play reversi game.  Version 6.1.
  1465.         Author:  Manuel Almudevar
  1466.  
  1467. UUdecode    Programs to encode/decode binary files for transmittal
  1468.         via mail, or other text-only methods.  Binary file is
  1469.         expanded by approximately 35% for transmittal.
  1470.         Author:  Mark Horton
  1471.  
  1472. Vdraw       Drawing program, based on freedraw, but now transformed
  1473.         and enhanced beyond recognition.  This is version 1.14.
  1474.         This shareware program (suggested $15 donation) was
  1475.         submitted by the author for inclusion in the library.
  1476.         Author:  Stephen Vermeulen
  1477.  
  1478. VoiceFiler  Voice filer program for Yamaha DX series synthesizers.
  1479.         Voices are transfered to and from the Amiga over MIDI.
  1480.         Author:  Jack Deckard
  1481.  
  1482. Window      Sample program which shows how to create a DOS window
  1483.         in a custom screen.
  1484.         Author:  Andy Finkel
  1485.  
  1486. ==========================  Contents of Disk 039  ==========================
  1487.  
  1488. This is disk 39 of the freely distributable AMIGA software library.
  1489.  
  1490. AnsiEcho    Some commands written in assembler.  Includes an
  1491.         echo command, touch, list, cls (clear screen), and ask
  1492.         (wait for user input).
  1493.         Author:  Dewi Williams
  1494.  
  1495. Display     Graphics display program to display HAM images from a
  1496.         ray tracing program.  Includes some really spectacular
  1497.         pictures.
  1498.         Author:  Dave Wecker
  1499.  
  1500. Driver      Demo device driver in source.  Functions as a RAM disk
  1501.         for demonstration purposes.
  1502.         Author:  Lee Erickson
  1503.  
  1504. Xlisp       Small lisp type interpreter, binary only (source to
  1505.         older version was on disk #18).  Version 1.7.
  1506.         Author:  Dave Betz
  1507. ==========================  Contents of Disk 040  ==========================
  1508.  
  1509. This is disk 40 of the freely distributable AMIGA software library.
  1510.  
  1511. Note that many of the programs on this disk are shareware/freeware.
  1512. This means that if you find them useful, you are morally obligated
  1513. to send a small donation to the author to help support his efforts and
  1514. fund further development.  I hope that by including them in this
  1515. library I have furthered the author's goals of widest possible
  1516. distribution and thus maximum return.  Also note (for those that
  1517. like to split hairs) that I am distributing this disk as a "freebee".
  1518. To receive a copy, just request it when ordering any other disks from
  1519. the library.
  1520.  
  1521. Ahost       Amiga terminal emulator featuring ANSI terminal emulation,
  1522.         file transfer with CompuServe's B-Protocol, Kermit, and
  1523.         Xmodem, user definable function keys, script language,
  1524.         RLE graphics and a special conference mode for use
  1525.         with CIS.   Version 0.9.
  1526.         Author:  Steve Wilhite & George Jones
  1527.  
  1528. AmigaMonitor    Dynamically display the state of the machine, including
  1529.         open files, active tasks, resources, device states, 
  1530.         interrupts, libraries, ports, etc.  Display window into
  1531.         memory.  Version 0.21.  Suggested $15 donation.
  1532.         Author:  Jim Voris
  1533.  
  1534. Arc     The ubiquitous compressing archiver program that
  1535.         has become the de facto standard for distributing
  1536.         binaries and multi-file postings on most BBS's.
  1537.         This is Amiga version 0.16, a port of arc version v5.0.
  1538.         Suggested $35-$50 donation.
  1539.         Author:  System Enhancement Associates
  1540.              Amiga version by Raymond Brand
  1541.  
  1542. AreaCode    Program which decodes area codes into state and locality.
  1543.         Version 1.5.
  1544.         Author:  Bill Beogelein
  1545.  
  1546. Blink       A linker written as a replacement for Alink.  Fully
  1547.         Alink compatible and supports many additional options
  1548.         not found in Alink.  Also is much faster than Alink
  1549.         and produces smaller executable files.  Version 6.5.
  1550.         Author:  Combined efforts of the Software Distillery
  1551.  
  1552. Cosmo       An "asteriods" clone.  Suggested $6 donation.
  1553.         Author:  John Harris
  1554.  
  1555. Dg210       Data General D-210 Terminal emulator.  Suggested $12 
  1556.         donation.
  1557.         Author:  Steve Lenz
  1558.  
  1559. DirUtil     Nice little program to wander around directory tree using
  1560.         a windowing interface and performing various operations
  1561.         on files.  Version 1.4.
  1562.         Author:  Chris Nicotra, enhancements by Dave Jobusch
  1563.  
  1564. DOSHelper   Windowing program to print help information about various
  1565.         dos commands.  Version 1.60.  Suggested $10 donation.
  1566.         Author:  John Youells
  1567.  
  1568. PagePrint   Prints text files with date/time header, page breaks, and
  1569.         line numbers.  Suggested $10 donation.
  1570.         Author:  Phil Mercurio
  1571.  
  1572. PopCLI      Provides a simple way of starting another CLI at any
  1573.         time without having to load workbench or exit whatever
  1574.         program you may be using.  Also has a builtin screen
  1575.         saver mode that automatically blanks the Amiga console
  1576.         screen when there has been no input for a specified
  1577.         period of time.  Version II, which now includes source.
  1578.         Author: John Toebes
  1579.  
  1580. SpriteEd    Lets you simultaneously edit two sprite pairs to form
  1581.         a double wide sprite image.  Suggested $10 donation.
  1582.         Author:  Scott Lamb
  1583.  
  1584. X-Spell     A spelling checker to proofread text files and then allow
  1585.         you to move through the document, deciding what to do with
  1586.         the misspelled words.  Suggested $15 donation.
  1587.         Author:  Hayes Haugen
  1588.  
  1589. ==========================  Contents of Disk 041  ==========================
  1590.  
  1591. This is disk 41 of the freely distributable AMIGA software library.
  1592.  
  1593. AmigaVenture    A program which allows you to write your own Infocom-style
  1594.         adventure programs in AmigaBasic.  It is a full-featured
  1595.         adventure parser, including direct and indirect objects,
  1596.         multiple object processing, adjectives, automatic
  1597.         ambiguity resolution, and subordinate clauses.  The
  1598.         parser includes support for one, two, or three-word verbs,
  1599.         and a full set of object-manipulation primitives.
  1600.         Author:  Mitsuharu Hadeishi
  1601.  
  1602. Csh     Version 2.03 of Matt's Csh-like shell.  Executable only.
  1603.         Author:  Matt Dillon
  1604.  
  1605. Dbug        Macro based C debugging package.  Machine independent.
  1606.         Provides function trace, selective printing of internal 
  1607.         state information, and more.  First released on disk #2.
  1608.         This version includes some bug fixes and enhancements.
  1609.         Author:  Fred Fish
  1610.         
  1611. DualPlayField   An example of using a dual-playfield screen, using a
  1612.         method contrary to documentation in the Intuition
  1613.         Manual.
  1614.         Author:  Jim Mackraz
  1615.  
  1616. GetFile     A very nice file name requester.  Unlike the earlier
  1617.         version on disk #35, this version includes source code.
  1618.         Author:  Charlie Heath
  1619.  
  1620. LatticeXref A cross reference listing of all symbols defined in the
  1621.         Lattice 3.10 header files.  Sorted alphabetically by
  1622.         symbol string, includes file name and line number of all
  1623.         references and/or definitions.
  1624.         Author:  Fred Fish
  1625.  
  1626. Lines       A line drawing demo program, reminiscent of the "sparks"
  1627.         program on disk #9.
  1628.         Author:  Paul Jatkowski
  1629.  
  1630. SetFont     A program to change the font used in a workbench screen.
  1631.         Includes several sample fonts of various sizes.
  1632.         Author:  Michael McInerny
  1633.  
  1634. Vt100       Version 2.3 of the ever popular vt100 terminal program.
  1635.         Includes xmodem and kermit file transfer protocols.
  1636.         Author:  Dave Wecker
  1637.  
  1638. ==========================  Contents of Disk 042  ==========================
  1639.  
  1640. This is disk 42 of the freely distributable AMIGA software library.
  1641. To quote the "Read Me First" file:
  1642.  
  1643.     This diskette contains the Amiga version of MicroGNUEmacs (MG),
  1644.     a small but powerful text editor that runs on many other computer
  1645.     systems besides the Amiga.  One of MG's major goals is to be
  1646.     compatible with its cousin GNU Emacs, so certain features you
  1647.     may have seen in other versions of MicroEmacs may work differently
  1648.     here, or not exist.  Hopefully, you'll find the added features MG
  1649.     provides to be worth the trouble it takes to make the switch. 
  1650.  
  1651. From the "Read Me Second" file:
  1652.  
  1653.     This is the fourth Beta distribution of MicroGnuEmacs.  Beyond the
  1654.     work of Dave Conroy, author of the original public domain v30, this
  1655.     contains the efforts of:
  1656.  
  1657.     mwm@ucbopal.berkeley.edu    Mike Meyer
  1658.     mic@ngp.utexas.edu      Mic Kaczmarczik
  1659.     blarson@usc-oberon.arpa     Bob Larson
  1660.     rtech!daveb@sun.com     Dave Brower
  1661.  
  1662. A very nice job guys!  Congratulations.
  1663.  
  1664. This disk is essentially unchanged except that I have added the usual
  1665. README.dist and README.list files, along with changing the volume name
  1666. to AmigaLibDisk42.  The original volume name was "MG 1a".
  1667.  
  1668. ==========================  Contents of Disk 043  ==========================
  1669.  
  1670. This is disk 43 of the freely distributable AMIGA software library.
  1671.  
  1672. BasicBoing  An AmigaBasic program which shows animation by page
  1673.         flipping.  Precalculates all views of a rotating 3
  1674.         dimensional cube and then cycles through them rapidly
  1675.         for animation.
  1676.         Author:  Arthur Blume
  1677.  
  1678. Bbm     Demo copy of B.E.S.T. Software's Business Management
  1679.         System.  It is a full implementation with file sizes
  1680.         reduced for demo purposes.
  1681.         Author:  Business Electronics Software & Technology Inc.
  1682.  
  1683. BbsList     A list of Bulletin Board Systems which support the
  1684.         Amiga.  The list was compiled from a list on Delphi,
  1685.         Compuserve, bathroom walls, etc.
  1686.         Author:  Dick Sheffold
  1687.  
  1688. Cc      C compiler frontends for Manx and Lattice C, developed
  1689.         independently by Jay Ts.  These automatically filter off
  1690.         the annoying banner messages from various passes of
  1691.         the compilers.
  1692.         Author:  Jay Ts
  1693.  
  1694. Copper      A copper list disassembler.  Dumps the contents of a
  1695.         hardware copper instruction list.
  1696.         Author:  Scott Evernden
  1697.  
  1698. InstIFF     A program which converts sampled sound files from the
  1699.         Instruments dealer demo disks to IFF sampled sound files
  1700.         in a FORM 8SVX.
  1701.         Author:  Bobby Deen
  1702.  
  1703. PopColours  Lets you change the Red/Green/Blue components of any
  1704.         color register, on any screen currently in the system.
  1705.         Uses a movable window with slider gadgets.  Very well
  1706.         done.  Version 1.0, November 1986.
  1707.         Author:  Chris Zamara and Nick Sullivan
  1708.  
  1709. SpriteClock A very simple clock that uses a sprite as it's display
  1710.         medium, thus allowing it to be displayed on top of all
  1711.         other screens.  Includes source in assembly language.
  1712.         Author:  Darrel Schneider
  1713.  
  1714. STEmulator  Turns your Amiga into an Atari ST (sort of).  Be sure
  1715.         to read the README file for the true story...
  1716.         Author:  David Addison
  1717.  
  1718. WBrun       A program designed to allow any program to be invoked from
  1719.         CLI yet behave as if it were invoked from Workbench.
  1720.         Workbench need not be loaded, thus saving the memory that
  1721.         Workbench would normally use.
  1722.         Author:  John Toebes
  1723.  
  1724. Wild        Two versions of Unix shell style wildcard matching routines.
  1725.         Author:  Rich Salz and Fred Fish
  1726.  
  1727. ==========================  Contents of Disk 044  ==========================
  1728.  
  1729. This is disk 44 of the freely distributable AMIGA software library.
  1730.  
  1731. Icons       Some miscellaneous icons for your viewing pleasure.
  1732.         Author:  Unknown
  1733.  
  1734. NewIFF      Some new iff material dealing with sampled voice
  1735.         and music iff files.
  1736.         Author:  Posted to usenet by Carolyn Scheppner
  1737.  
  1738. RayTracePics    Ray tracing pictures, some of which appeared on disk
  1739.         number 39, but now in IFF HAM format for MUCH faster
  1740.         loading and compatibility with existing IFF tools.
  1741.         Author:  Dave Wecker
  1742.  
  1743. ViewILBM    Reads an ILBM file and displays as a screen/window
  1744.         until closed.  Handles normal and HAM ILBM's.
  1745.         Author:  Based on ShowILBM, enhanced by Carolyn Scheppner
  1746.  
  1747. ==========================  Contents of Disk 045  ==========================
  1748.  
  1749. This is disk 45 of the freely distributable AMIGA software library.
  1750.  
  1751. Clue        Clue board game.  Nice.
  1752.         Author:  Greg Pryor
  1753.  
  1754. Make        Another version of make that seems to be more complete
  1755.         than many other PD makes.
  1756.         Author:  Unknown, downloaded from the Software Distillery
  1757.  
  1758. Pictures    Miscellaneous pictures selected from dozens of pictures
  1759.         that have come my way since the last full art disk.
  1760.         Author:  Rich Payne, Grace Rohlfs, and others.
  1761.  
  1762. Update      Used to update an older working disk with files from a
  1763.         newly released disk.  Files on the older disk that are
  1764.         out of date will be upgraded with files from the new disk.
  1765.         Author:  Unknown, downloaded from Software Distillery
  1766.  
  1767. WhereIs     Program which searches a disk for the first or multiple
  1768.         occurances of a file with a given name.
  1769.         Author:  Steve Poling
  1770.  
  1771. ==========================  Contents of Disk 046  ==========================
  1772.  
  1773. This is disk 46 of the freely distributable AMIGA software library.
  1774.  
  1775. Asm     A shareware macro assembler, submitted by the author.
  1776.         Asm is a 68010 macro assembler that is compatible with
  1777.         the assembler described in the AmigaDOS manual.
  1778.         Author:  Douglas Leavitt
  1779.  
  1780. CheckModem  A program which provides for executing other programs
  1781.         from your startup file, if and only if there is actually
  1782.         a modem connected to the serial port.
  1783.         Author:  Matt Dillon
  1784.  
  1785. Egad        A gadget editor from the Programmers Network.  Very
  1786.         nicely done and very useful.
  1787.         Author:  John Draper, Ray Larson, Brent Southard, and
  1788.              Dave Milligan
  1789.  
  1790. Jive        A filter program which transforms its standard input
  1791.         to "jive" on its standard output.
  1792.         Author:  Unknown
  1793.  
  1794. My.lib      A binary only copy of Matt's alternate runtime library.
  1795.         Author:  Matt Dillon
  1796.  
  1797. ProffMacros Subset implementations of the Berkeley "ms" and System V
  1798.         "mm" macro packages, for the proff program.
  1799.         Author:  Tony Andrews and George Walker
  1800.  
  1801. ValSpeak    A filter program which transforms its standard input
  1802.         to "valspeak" on its standard output.
  1803.         Author:  Unknown
  1804.  
  1805. ==========================  Contents of Disk 047  ==========================
  1806.  
  1807. This is disk 47 of the freely distributable AMIGA software library.
  1808.  
  1809. 3D-Arm      The first stage of a larger project to study goal
  1810.         directed animation of articulated objects (objects
  1811.         which can move with various degrees of freedom but are
  1812.         constrained by attachment to other links within the
  1813.         object).  This program demonstrates goal directed
  1814.         animation with a simulated 3-dimensional robot arm.
  1815.         Includes source.
  1816.         Author:  Bob Laughlin
  1817.  
  1818. Juggler     Stunning animation of a robot juggler with ray
  1819.         traced reflective spheres.  Uses HAM mode display
  1820.         and sound effects to boot!
  1821.         Author:  Eric Graham
  1822.  
  1823. Vt100       Version 2.4 of Dave's vt100 terminal emulator.
  1824.         Includes xmodem and kermit file transfer protocols.
  1825.         Author:  Dave Wecker
  1826.  
  1827. ==========================  Contents of Disk 048  ==========================
  1828.  
  1829. This is disk 48 of the freely distributable AMIGA software library.
  1830.  
  1831. Bru     Alpha 1 version of a hard disk and/or file archiver
  1832.         written for Unix.  This is a vanilla port, with very
  1833.         little Amiga smarts, but it is usable.  This is also
  1834.         the last freely redistributable version.
  1835.         Author:  Fred Fish
  1836.  
  1837. Comm        A vt100 like terminal emulator with built in support
  1838.         for key functions and a phone number database.
  1839.         Version 1.30.
  1840.         Author:  DJ James
  1841.  
  1842. Csh2.04     Version 2.04 of Matt's csh-like shell.  Includes source.
  1843.         Author:  Matt Dillon
  1844.  
  1845. Csh2.04M    Version 2.04 of Matt's csh-like shell, heavily modified
  1846.         for Manx C.  Includes source.
  1847.         Author:  Matt Dillon, Manx version by Steve Drew
  1848.  
  1849. Diskperf    A disk benchmark program which runs on both Unix and the
  1850.         Amiga.
  1851.         Author:  Rick Spanbauer
  1852.  
  1853. Du      Computes disk usage of a file or directory (including
  1854.         subdirectories).  Very handy.
  1855.         Author:  Joe Mueller
  1856.  
  1857. MemWatch    Memwatch is a program intended to sit in the background
  1858.         and watch for random trashing of low memory by an
  1859.         application under development.  If it detects a write
  1860.         to low memory, it repairs it to what used to be there,
  1861.         then puts up a requester indicating what damage had been
  1862.         done.  Very useful!
  1863.         Author:  John Toebes
  1864.  
  1865. Profiler    A realtime execution profiler for Manx 3.30E.  Using this
  1866.         you can identify what sections of your program are using
  1867.         the most time, or being executed the most, and optimize
  1868.         as appropriate.  I was able to double the speed of some
  1869.         programs by using this tool.  Includes source.
  1870.         Author:  Tomas Rokicki
  1871.  
  1872. ==========================  Contents of Disk 049  ==========================
  1873.  
  1874. This is disk 49 of the freely distributable AMIGA software library.
  1875.  
  1876. Cycloids    An updated version of the hypocycloids (electronic
  1877.         spirograph) program first released on disk number 27.
  1878.         Author:  Terry Gintz
  1879.  
  1880. DirUtil     An enhanced version of the dirutil from disk number 35.
  1881.         Dirutil is a program to wander around a directory tree
  1882.         and perform various operations on files.  See README file
  1883.         for list of new features.
  1884.         Author:  Chris Nicotra, enhancements by Johan Widen
  1885.  
  1886. Multidef    A program to scan a collection of object and library
  1887.         files and identify multiply defined symbols.  This is
  1888.         useful to locate subtle problems where user defined
  1889.         symbols override library symbols.
  1890.         Author: Paul Jatkowski
  1891.  
  1892. MyUpdate    A disk update utility that also provides support for
  1893.         automatically stripping comments from C header files
  1894.         and for interactive verification on a per file basis.
  1895.         Author:  Joe Mueller
  1896.  
  1897. Plot        Program to compute and plot 3 dimensional functions.
  1898.         Includes hi-res interlace mode for maximum detail.
  1899.         Author:  Unknown; Amiga version by Terry Gintz
  1900.  
  1901. Polygon     A moire type pattern generator but with color cycling.
  1902.         Author:  Terry Gintz
  1903.  
  1904. QMouse      A program to query the status of the left mouse button
  1905.         and return a status code.  The return code can be used
  1906.         as a WARN condition in a CLI execute file to alter 
  1907.         execution.  Also includes a separate program to toggle
  1908.         interlace on and off.  Both are written in assembler and
  1909.         are very small.
  1910.         Author:  Robert Rethemeyer
  1911.  
  1912. Touch       A simple command to set the date of a file to the
  1913.         current date.  Uses new supported method of setting
  1914.         a file datestamp (rather than reading and writing
  1915.         back a byte).
  1916.         Author:  Phil Lindsay and Andy Finkel
  1917.  
  1918. Trees       Another "tree growing" program, similar to the one
  1919.         on disk number 31, but more extensive.
  1920.         Author:  Unknown; Amiga version by Terry Gintz
  1921. ==========================  Contents of Disk 050  ==========================
  1922.  
  1923. This is disk 50 of the freely distributable AMIGA software library.
  1924.  
  1925. Note that many of the programs on this disk are shareware/freeware.
  1926. This means that if you find them useful, you are morally obligated
  1927. to send a small donation to the author to help support his efforts and
  1928. fund further development.  I hope that by including them in this
  1929. library I have furthered the author's goals of widest possible
  1930. distribution and thus maximum return.  Also note (for those that
  1931. like to split hairs) that I am distributing this disk as a "freebee".
  1932. To receive a copy, just request it when ordering any other disks from
  1933. the library.
  1934.  
  1935. Asm     A shareware macro assembler, submitted by the author.
  1936.         Asm is a 68010 macro assembler that is compatible with
  1937.         the assembler described in the AmigaDOS manual.  This is
  1938.         version 1.1, an update to the version on disk number 46,
  1939.         and includes bug fixes, additional standard Motorola
  1940.         mnemonics and a simple startup code module.
  1941.         Author:  Douglas Leavitt
  1942.  
  1943. BreakOut    A 3-D game.  Requires 3-D glasses.
  1944.         Author:  Tim Kemp
  1945.  
  1946. DiskZap     Program to "edit" a disk, sector by sector.  Version 1.1.
  1947.         Author:  Paris Bingham Jr.
  1948.  
  1949. FirstSiliCon    A smart input line interpreter that provides a separate
  1950.         command window with full editing and recall of previous
  1951.         commands.  Actual name is "Sili(Con:)".
  1952.         Author:  Pete Goodeve
  1953.  
  1954. Missile     A nice "missile defense" game.  Written 100% in
  1955.         assembler (source available from author) and is very fast!
  1956.         Author:  Glen Merriman
  1957.  
  1958. PerfectSound    PerfectSound demo, with a sound editor and sample sound
  1959.         files.  Looks very nice.
  1960.         Author:  Anthony Wood
  1961.  
  1962. Sizzlers    Graphics demo programs.
  1963.         Author:  Greg Epley
  1964.  
  1965. UnixArc     A version of arc suitable for Unix System V.
  1966.         Author:  System Enhancement Associates
  1967.  
  1968. Wombat      Yet another terminal emulation program.  Version 3.01.
  1969.         Has user settable cursor, programmable function keys,
  1970.         vt-102 emulation, auto-dialing, loadable settings files,
  1971.         and more.
  1972.         Author:  Dave Warker
  1973.  
  1974. ==========================  Contents of Disk 051  ==========================
  1975.  
  1976. This is disk 51 of the freely distributable AMIGA software library.
  1977.  
  1978. Bison       A replacement for unix "yacc" command.  This is from
  1979.         the GNU (GNU is Not Unix) effort, and was obtained
  1980.         from the Free Software Foundation.  This is a working
  1981.         update to the version on disk number 4, provided by
  1982.         Johan Widen.
  1983.         Author: Bob Corbett and Richard Stallman
  1984.  
  1985. Compress    This is an update to the compress version released
  1986.         on disk number 6.  It is tested and seems to work
  1987.         well except for a couple glitches noticed at the
  1988.         last minute (see the README file). Compress reduces the
  1989.         size of the named files using adaptive Lempel-Ziv coding.
  1990.         The amount of compression obtained depends on the size of
  1991.         the input, the number of bits per code, and the distribution
  1992.         of common substrings.  Typically, text such as source code
  1993.         or English is reduced by 50-60%.  Compression is generally
  1994.         much better then that achieved by Huffman coding
  1995.         (as used in "pack") or adaptive Huffman coding
  1996.         (as used in "compact"), and takes less time to compute.
  1997.         Author: Thomas Spencer, with improvements by others
  1998.  
  1999. Cos     A "Wheel Of Fortune" style game in AmigaBasic.
  2000.         Author:  Steve Michel
  2001.  
  2002. DifSsed     Dif produces a difference file which lists the
  2003.         line by line differences between any two text files.
  2004.         These differences can be fed to ssed (a stream type
  2005.         editor), along with the original text file, to remotely
  2006.         reproduce the other (new) file.  Binary only.
  2007.         Author:  Chuck Forsberg, Amiga port by Rich Schaeffer
  2008.  
  2009. Sq.Usq      Portable versions of the CPM sq and usq utilities.
  2010.         Author:  R. Greenlaw, many changes by Bill Swan
  2011.  
  2012. ==========================  Contents of Disk 052  ==========================
  2013.  
  2014. This is disk 52 of the freely distributable AMIGA software library.
  2015.  
  2016. Assign      Replacement for AmigaDOS assign command, written in C.
  2017.         Author:  Charles McManis
  2018.  
  2019. Fractal     A fractal program which produces a random square
  2020.         fractal terrain.
  2021.         Author:  John Olsen
  2022.  
  2023. HAMpoly     A polygon drawing demo which uses HAM mode to produce
  2024.         polygons of any of the possible 4096 colors.
  2025.         Author:  John Olsen
  2026.  
  2027. MxGads      Demonstrates how to make mutual exclusion of boolean
  2028.         gadgets work, even if they contain GadgetText.
  2029.         Author:  Willy Langeveld
  2030.  
  2031. Poly        A polygon drawing demo using the AreaMove, AreaDraw, and
  2032.         AreaEnd functions.
  2033.         Author:  John Olsen
  2034.  
  2035. Tek4010     A Tek 4010 emulator.
  2036.         Author:  Terry Whelan, with changes by Steve Poling
  2037.  
  2038. Vdraw1.16   Shareware drawing program submitted by the author.
  2039.         This version uses menus but includes some items not
  2040.         in version 1.19, also on this disk.
  2041.         Author:  Stephen Vermeulen
  2042.  
  2043. Vdraw1.19   Latest version of Vdraw, with a completely new iconic
  2044.         user interface, and some other new features including
  2045.         a color palette mixer and DPaint style brushes, extended
  2046.         cutting features, area locking, and a flexible printing
  2047.         interface.
  2048.         Author:  Stephen Vermeulen
  2049.  
  2050. ==========================  Contents of Disk 053  ==========================
  2051.  
  2052. This is disk 53 of the freely distributable AMIGA software library.
  2053.  
  2054. Animations  Some animations made with Aegis Animator.  Includes
  2055.         a player program.
  2056.         Author:  Aegis Development
  2057.  
  2058. ARCre       Creates rename scripts so that files with long names can
  2059.         be easily archived and dearchived correctly by "arc".
  2060.         Author:  John Hoffman
  2061.  
  2062. Arp     Some preliminary programs from a program started on BIX
  2063.         by Charlie Heath to replace all the BCPL AmigaDOS programs
  2064.         with assembly equivalents.  Includes "break", "cd", "chmod",
  2065.         "echo", "filenote", and "makedir".
  2066.         Author:  Charlie Heath and Scott Ballantyne
  2067.  
  2068. Compiler    An optimizing C compiler for the 68000.  Has successfully
  2069.         compiled itself on a 68000 based Unix system V machine,
  2070.         but has yet to be fully ported to the Amiga.  It will
  2071.         currently produce assembly output for simple C routines
  2072.         on the Amiga, but needs lots of work to be really useful
  2073.         as anything other than a learning tool for budding compiler
  2074.         guru's.
  2075.         Author:  Matthew Brandt
  2076.  
  2077. SpreadSheet A simple "Visicalc-like" spread sheet calculator.  Also
  2078.         known as "vc" but there is currently a debate about whether
  2079.         or not that name is a registered trademark.  The version
  2080.         on disk number 36 was based on an earlier version of the
  2081.         same source.  This release also includes source code.
  2082.         Author: James Gosling, Mark Weiser, and Bob Bond
  2083.             Amiga port by Dave Wecker
  2084.  
  2085. TarSplit    A port of the OS/9 program that extracts files from
  2086.         Unix tar archives.
  2087.         Author:  James Jones.  Amiga version by Mike Meyer.
  2088.  
  2089. UUencode    Programs to encode/decode binary files for transmittal
  2090.         via mail or other text-only methods.  The binary file
  2091.         is expanded by approximately 35% for transmittal.  This
  2092.         release is an update to the version on disk number 38,
  2093.         and includes a simple line-by-line checksum technique that
  2094.         can read and write files compatible with the older
  2095.         uuencode/uudecode.
  2096.         Author:  Mark Horton with mods by Alan Rosenthal
  2097.  
  2098. ==========================  Contents of Disk 054  ==========================
  2099.  
  2100. This is disk 54 of the freely distributable AMIGA software library.
  2101.  
  2102. Hanoi       Classical demo program for recursion.  Solves the
  2103.         towers of hanoi problem in a workbench window of
  2104.         its own.
  2105.         Author:  Ali Ozer
  2106.  
  2107. ISpell      A quick and dirty port of a Unix version of a freely
  2108.         distributable screen oriented, interactive, spelling checker.
  2109.         I use the Unix version daily and it is very nice.
  2110.         You will need expansion ram to run this with the
  2111.         supplied dictionary, as it loads the entire 300K
  2112.         hashed dictionary into memory.  A hard disk is
  2113.         also recommended.
  2114.         Author:  Pace Willisson
  2115.  
  2116. Ing     The next step in the "boing wars".  Turns a nice screen
  2117.         full of little windows into a screen of lots of bouncing
  2118.         little windows.  Cute!
  2119.         Author:  Leo 'Bols Ewhac' Schwab
  2120.  
  2121. Lav     A "title bar type" program that displays the number of
  2122.         tasks in the Amiga's run queue, averaged over the
  2123.         last minute, 5 minutes, and 15 minutes.  Presumably
  2124.         inspired by, and named after, the BSD "load average"
  2125.         program.
  2126.         Author:  William Rucklidge
  2127.  
  2128. MidiTools   Simple programs to play and record through the MIDI I/F.
  2129.         Untested (I have no MIDI hardware).
  2130.         Author:  Fred Cassirer
  2131.  
  2132. MoreRows    A program to make the workbench screen larger than normal.
  2133.         The number of additional rows and columns are set via command
  2134.         line arguments.
  2135.         Author:  Neil Katin and Jim Mackraz
  2136.  
  2137. Tilt        Another of Leo's cute little toys.  This one
  2138.         makes your Amiga look like it didn't pass Commodore's
  2139.         vibration testing.
  2140.         Author:  Leo 'Bols Ewhac' Schwab
  2141.  
  2142. ==========================  Contents of Disk 055  ==========================
  2143.  
  2144. This is disk 55 of the freely distributable AMIGA software library.
  2145.  
  2146. Csh     Version 2.05 of Matt Dillon's csh like shell, modified
  2147.         for Manx C.
  2148.         Author:  Matt Dillon, Manx'ified by Steve Drew
  2149.  
  2150. NewStartups A couple of new C startup modules. AStartup.asm is
  2151.         the source to AStartup.obj, with 1.2 fixes and better
  2152.         quote handling.  TWStartup.asm is like AStartup.asm but
  2153.         opens a stdio window, using a user supplied window 
  2154.         specification, when executed from workbench.
  2155.         Author:  Commodore, posted to BIX by Carolyn Scheppner
  2156.  
  2157. Palette     A tool which allows you to change another program's
  2158.         custom screen colors.  Based on Charlie Heath's
  2159.         palette program from disk number 1.
  2160.         Author:  Carolyn Scheppner
  2161.  
  2162. PipeDevice  A working 'pipe:' device, which allows the standard output
  2163.         of one process to be fed to the standard input of another
  2164.         process, with both processes running concurrently.
  2165.         Author:  Matt Dillon
  2166.  
  2167. ScreenSave  A program to save a normal or HAM mode screen as an
  2168.         IFF file.  Also creates an icon for the saved file.
  2169.         Author:  Carolyn Scheppner
  2170.  
  2171. ShangaiDemo Demo version of the Activision game "Shanghai".
  2172.         Submitted directly by Activision for inclusion in
  2173.         the library.
  2174.  
  2175. SoundExample    A double buffered sound example for Manx C using 16-bit
  2176.         ints, small code, and small data.
  2177.         Author:  Jim Goodnow
  2178.  
  2179. Vsprites    A working vsprite example.
  2180.         Author:  Eric Cotton
  2181.  
  2182. Vt100       Version 2.6 of Dave's vt100 terminal emulator with
  2183.         kermit and xmodem file transfer.  It just keeps getting
  2184.         better and better...
  2185.         Author:  Dave Wecker
  2186.  
  2187. ==========================  Contents of Disk 056  ==========================
  2188.  
  2189. This is disk 56 of the freely distributable AMIGA software library.
  2190.  
  2191. ClipBoard   Clipboard device interface routines to provide a standard
  2192.         interface, such as Open, Close, Post, Read, Write, etc.
  2193.         Author:  Andy Finkel
  2194.  
  2195. ConPackets  Demos the use of DOS packets, finding the Window pointer
  2196.         and ConUnit pointer of the CLI window, toggling Raw mode,
  2197.         getting cursor position and limits from the ConUnit, and
  2198.         ESC-sequence cursor positioning.
  2199.         Author:  Carolyn Scheppner
  2200.  
  2201. GetDisks    Sample program to find all available disk device names and
  2202.         return them as a simple exec list.  The list is made of named
  2203.         nodes, with the name being the device name.
  2204.         Author:  Phillip Lindsay
  2205.  
  2206. GetVolume   Sample program to get the volume name of the volume that
  2207.         a given file resides on.  Works on any device, even the
  2208.         RAM: device.
  2209.         Author:  Chuck McManis
  2210.  
  2211. Icon2C      Reads an icon file and writes out a fragment of C code
  2212.         with the icon data structures, for inclusion in a
  2213.         larger program.
  2214.         Author:  Carolyn Scheppner
  2215.  
  2216. MergeMem    Program which attempts to merge the MemList entries
  2217.         of sequentially configured ram boards.  When successful,
  2218.         allows allocating a section of memory which spans
  2219.         board boundries.
  2220.         Author:  Carolyn Scheppner
  2221.  
  2222. mCAD        An object-oriented drawing program, version 1.1.
  2223.         Uses a small set of graphics primitives (like "line",
  2224.         "box", and "text") and a small set of editing functions
  2225.         (like "move", "size", and "rotate").  While drawing and
  2226.         editing, the user can call on other functions to
  2227.         modify the display; to zoom in, slide around, superimpose
  2228.         a grid, etc.  This shareware program was submitted by
  2229.         the author.
  2230.         Author:  Tim Mooney
  2231.  
  2232. ==========================  Contents of Disk 057  ==========================
  2233.  
  2234.         *************************************************
  2235.         *                       *
  2236.         *   This disk has been pulled from distribution *
  2237.         *   because of possible copyright and/or    *
  2238.         *   trademark infringements with copyrights *
  2239.         *   and/or trademarks held by Steve Jackson *
  2240.         *   Games, of Austin Texas (the Ogre game). *
  2241.         *   If you find a copy in circulation, please   *
  2242.         *   notify the holder that it should be     *
  2243.         *   erased.  A replacement disk without the *
  2244.         *   Ogre game has been reissued as disk 97. *
  2245.         *                       *
  2246.         *************************************************
  2247.  
  2248. ==========================  Contents of Disk 058  ==========================
  2249.  
  2250. This is disk 58 of the freely distributable AMIGA software library.
  2251.  
  2252. ASDG-rrd    Extremely useful shareware recoverable ram disk.
  2253.         This AmigaDOS device driver implements a completely
  2254.         DOS compatible disk device in memory that survives
  2255.         resets, guru's, and crashes.  An absolute must for
  2256.         those with lots of ram.  Binary only.
  2257.         Author:  Perry Kivolowitz, ASDG Inc.
  2258.  
  2259. BigView     Displays any IFF picture, independent of the physical
  2260.         display size, using hardware scroll.  Default display 
  2261.         size is 320 by 200 in lo-res; HIRES or LACE attributes
  2262.         added if user width/height exceeds low resolution
  2263.         boundaries.  Includes source.
  2264.         Author:  John Hodgson
  2265.  
  2266. EGraph      Egraph reads pairs of x and y values from a list of files
  2267.         and draws a formatted graph.  Supports four unique curve
  2268.         fonts; solid curves, dashed curves, dotted curves, and long
  2269.         dashed curves.  The maximum number of data points is 
  2270.         unlimited.  Has globs of options.  Binary only.
  2271.         Author:  Laurence Turner
  2272.  
  2273. HyperBase   Nice little shareware database management system.
  2274.         Version 1.5.  Binary only, source available from authors.
  2275.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  2276.  
  2277. MemClear    Walks through the free memory lists, zeroing free memory
  2278.         along the way, and coalescing memchunks that have contiguous
  2279.         address spaces.  Includes source.
  2280.         Author:  John Hodgson
  2281.  
  2282. NewZAP      A third-generation multi-purpose file sector editing utility,
  2283.         from the author of FileZAP.  Displays and edits full 512-byte
  2284.         sectors via a 106 character wide internal font.  Includes
  2285.         a search feature to find specific strings or hex digits, 
  2286.         forwards or backwards.  Version 3.0, includes source.
  2287.         Author:  John Hodgson
  2288.  
  2289. RainBow     Marauder-style rainbow generator.  Installs a user copper
  2290.         list such that the background color is changed every few
  2291.         scan lines.  Includes source.
  2292.         Author:  John Hodgson
  2293.  
  2294. SmusPlayers Two SMUS players, to play SMUS IFF music formatted files.
  2295.         Executables only.
  2296.         Author:  John Hodgson
  2297.  
  2298. View        A tiny ILBM viewer, for use with either the CLI or WorkBench.
  2299.         Includes source.
  2300.         Author:  John Hodgson
  2301.  
  2302. WBdump      JX-80 optimized workbench printer that does not use DumpRPort.
  2303.         Much more efficient than the Amiga JX-80 driver for full
  2304.         screen dumps.  Includes source.
  2305.         Author:  John Hodgson
  2306.  
  2307. ==========================  Contents of Disk 059  ==========================
  2308.  
  2309. This is disk 59 of the freely distributable AMIGA software library.
  2310.  
  2311. Browser     Another version of the browser program released on
  2312.         disks number 18 and number 34.  Includes some bug
  2313.         fixes and enhancements.  Includes source.
  2314.         Author:  Mike Meyer, enhancements by Mark Schretlen
  2315.  
  2316. Browser2    This browser type program is apparently not based on
  2317.         the original Mike Meyer version.  Binary only.
  2318.         Author:  Dan Green
  2319.  
  2320. Clock       Another clock program, comes in several flavors
  2321.         depending upon features desired, which include
  2322.         using alternate fonts, using alternate colors, setting
  2323.         the time, etc.  Binary only.
  2324.         Author:  Mark Waggoner
  2325.  
  2326. Dme     Version 1.22 of Matt's text editor.  Dme is a simple WYSIWYG
  2327.         editor designed for programmers.  It is not a WYSIWYG 
  2328.         word processor in the traditional sense.  Features include
  2329.         arbitrary key mapping, fast scrolling, title-line statistics
  2330.         multiple windows, and ability to iconify windows.
  2331.         Author:  Matt Dillon
  2332.  
  2333. DropCloth   Dropcloth replaces the standard blank WorkBench backdrop
  2334.         with a pattern, of setable intensity.  Binary only.
  2335.         Author:  Eric Lavitsky and Perry Kivolowitz
  2336.  
  2337. DropShadow  A program that makes your WorkBench windows have
  2338.         dropshadows.  Neat.  Binary only.
  2339.         Author:  Jim Mackraz
  2340.  
  2341. FixWB       A program similar to "DropCloth" (also on this disk),
  2342.         but not fully working yet.  At least this one is provided
  2343.         in source, so you get your choice of a working one in
  2344.         binary or a nonworking one in source.  Sigh.
  2345.         Author:  Leo Schwab
  2346.  
  2347. mCAD        An object-oriented drawing program, version 1.2.2.
  2348.         Uses a small set of graphics primitives (like "line",
  2349.         "box", and "text") and a small set of editing functions
  2350.         (like "move", "size", and "rotate").  While drawing and
  2351.         editing, the user can call on other functions to
  2352.         modify the display; to zoom in, slide around, superimpose
  2353.         a grid, etc.  This shareware program was submitted by
  2354.         the author.  Many improvements over the version 
  2355.         released on disk number 56.  Binary only.
  2356.         Author:  Tim Mooney
  2357.  
  2358. Robotroff   Another of Leo's cute little display hacks.  This one
  2359.         has a definite attraction to pointers (don't want to
  2360.         spoil the surprise).
  2361.         Author:  Leo Schwab
  2362.  
  2363. Supermort   A general compounding/amortization routine, using the
  2364.         intuition environment, which can be used for mortgage/loan
  2365.         computations.  Binary only.
  2366.         Author:  Mark Schretlen
  2367. ==========================  Contents of Disk 060  ==========================
  2368.  
  2369. This is disk 60 of the freely distributable AMIGA software library.
  2370.  
  2371. Note that many of the programs on this disk are shareware/freeware.
  2372. This means that if you find them useful, you are morally obligated
  2373. to send a small donation to the author to help support his efforts and
  2374. fund further development.  I hope that by including them in this
  2375. library I have furthered the author's goals of widest possible
  2376. distribution and thus maximum return.  Also note (for those that
  2377. like to split hairs) that I am distributing this disk as a "freebee".
  2378. To receive a copy, just request it when ordering any other disks from
  2379. the library.
  2380.  
  2381.  
  2382. Blitz       Blitz is a small program that is designed to be loaded
  2383.         into memory and that sits in the background until activated
  2384.         by its hotkey.  It allows you to view a text file, much
  2385.         like a TYPE command, only that it lets you move forwards
  2386.         and backwards through the file.  Its screen updates are
  2387.         blitz'n.  Binary only.
  2388.         Author:  Hayes Haugen
  2389.  
  2390. BlitzFonts  Blitzfonts makes text output up to 6 times faster,
  2391.         transparently to well behaved programs.  It is also
  2392.         very small and written 100% in assembly for maximum
  2393.         speed.  Binary only.
  2394.         Author:  Hayes Haugen
  2395.  
  2396. HandShake   Handshake is a full featured VT52/VT100/VT102 terminal
  2397.         emulator.  The author has taken great pains to support
  2398.         the full VT102 spec.  This is version 1.20a, binary only.
  2399.         Author:  Eric Haberfellner
  2400.  
  2401. Med     Yet another Amiga text editor.  This one lets you edit up
  2402.         to 36 files simultaneously and makes extensive use of
  2403.         the mouse.  This is version 2.1, binary only.
  2404.         Author:  Francois Rouaix
  2405.  
  2406. PrtDrvGen   Program to automatically generate custom printer drivers.
  2407.         Version 1.1, binary only, source available from author.
  2408.         Author:  Joergen Thomsen
  2409.  
  2410. Show        A nice, very small slideshow type program, version 2.1,
  2411.         binary only.
  2412.         Author:  Andry Rachmat
  2413.  
  2414. Uedit       Version 2.0 of this nice shareware editor.  Has learn
  2415.         mode, a command language, menu customization, and other
  2416.         user configurability and customizability features.
  2417.         Binary only.
  2418.         Author:  Rick Stiles
  2419.  
  2420. Ueturbo     Example of extensive customization of Uedit to set up
  2421.         a nice development environment.  Includes source.
  2422.         Author:  Tom Althoff
  2423.  
  2424. ==========================  Contents of Disk 061  ==========================
  2425.  
  2426. This is disk 61 of the freely distributable AMIGA software library.
  2427.  
  2428. ATPatch     A program which reportedly will patch the Amiga Transformer
  2429.         for operation under Workbench 1.2 (I don't have one so
  2430.         couldn't test it).  Includes source.
  2431.         Author:  Philip Staub
  2432.  
  2433. FillDisk    Disksalv has been known to find some rather interesting
  2434.         things in the free blocks of some production disks
  2435.         from companies that should know better.  This little
  2436.         hack makes sure you don't get caught in the same trap,
  2437.         by scribbling the disk's free blocks in a totally safe
  2438.         manner.  Includes source (all 20 lines of it).
  2439.         Author:  Fred Fish
  2440.  
  2441. LPatch      Patch for programs, such as 'Atom', with bad 1.0 Lstartup
  2442.         code, which abort during startup under 1.2 with 00038007
  2443.         alert (can't open dos library).  Includes source.
  2444.         Author:  Carolyn Scheppner
  2445.  
  2446. MicroEmacs  Version 3.8b of Daniel Lawrence's variant of Dave
  2447.         Conroy's microemacs.  This version is greatly enhanced
  2448.         over the last version, distributed on disk number 22.
  2449.         For example, there is now a full extension language and 
  2450.         support for a larger number of 68000 machines.  Includes
  2451.         source.
  2452.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  2453.  
  2454. PearlFont   A font similar to Topaz, but with smoothed out edges
  2455.         and more rounded characters.
  2456.         Author:  Michael Portuesi
  2457.  
  2458. Terrain     Program which demonstrates generation of good looking
  2459.         pseudo-random scenery.  Includes source in Draco.
  2460.         Author:  Chris Gray
  2461.  
  2462. VSprites    Vsprite example from Rob's book "Programmers' Guide To
  2463.         The Amiga".  Produces 28 VSprites onscreen simultaneously,
  2464.         using only three distinct sets of colors.  Includes source.
  2465.         Author:  Rob Peck
  2466.  
  2467. ==========================  Contents of Disk 062  ==========================
  2468.  
  2469. This is disk 62 of the freely distributable AMIGA software library.
  2470.  
  2471. This disk contains a port of the popular UNIX game "Hack", done by
  2472. John Toebes and the crew at the Software Distillery.  This is version
  2473. 1.0.3D.  The disk is unchanged except for the following:
  2474.  
  2475.     (1) I have added this file, README.list62.
  2476.  
  2477.     (2) I have added the standard distribution info file,
  2478.         README.dist.
  2479.  
  2480.     (3) I have copied all the files to a freshly formatted
  2481.         disk, to create the master distribution disk, using
  2482.         a command of the form "copy df0: to df1: all".  This
  2483.         insures that disk fragmentation is kept to a minimum,
  2484.         but also has the unfortunate side-effect that all
  2485.         the file dates are changed.
  2486.  
  2487. Note that this disk must be named "Hack_Game".  I have elected to keep
  2488. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2489. disks in my library, to avoid requiring users to rename the disk before
  2490. using it.
  2491.  
  2492. -Fred
  2493.  
  2494. ==========================  Contents of Disk 063  ==========================
  2495.  
  2496. This is disk 63 of the freely distributable AMIGA software library.
  2497.  
  2498. This disk contains a port of the popular UNIX game "Larn", done by
  2499. Edmund Burnette and the crew at the Software Distillery.  This is version
  2500. 12.0B.  The disk is unchanged except for the following:
  2501.  
  2502.     (1) I have added this file, README.list63.
  2503.  
  2504.     (2) I have added the standard distribution info file,
  2505.         README.dist.
  2506.  
  2507.     (3) I have copied all the files to a freshly formatted
  2508.         disk, to create the master distribution disk, using
  2509.         a command of the form "copy df0: to df1: all".  This
  2510.         insures that disk fragmentation is kept to a minimum,
  2511.         but also has the unfortunate side-effect that all
  2512.         the file dates are changed.
  2513.  
  2514. Note that this disk must be named "Larn".  I have elected to keep
  2515. that name, rather than using the usual "AmigaLibDiskXX" convention for
  2516. disks in my library, to avoid requiring users to rename the disk before
  2517. using it.
  2518.  
  2519. Also note that, as distributed, this disk is only about 40% full.  Normally
  2520. I try to fill my library disks to about 90-95% full, but these "packaged"
  2521. disks are special.
  2522.  
  2523. -Fred
  2524.  
  2525. ==========================  Contents of Disk 064  ==========================
  2526.  
  2527. This is disk 64 of the freely distributable AMIGA software library.
  2528.  
  2529. This is a copy of the Amiga Developer's IFF disk, received directly from
  2530. Commodore-Amiga sources, with permission to place in the library and
  2531. redistribute.  It is an update to disk number 16, and is unchanged except
  2532. for:
  2533.  
  2534.     1)  The volume name has been changed to AmigaLibDisk64.
  2535.     2)  This file (README.list64) has been added.
  2536.  
  2537. I didn't have room for my standard README.dist file.  There were only
  2538. 4 free blocks on the disk when I got it!
  2539.  
  2540. Enjoy
  2541. -Fred
  2542.  
  2543. ==========================  Contents of Disk 065  ==========================
  2544.  
  2545. This is disk 65 of the freely distributable AMIGA software library.
  2546.  
  2547. Bawk        Text processor inspired by the Unix awk utility.  Bawk
  2548.         searches files for specific patterns and performs
  2549.         actions for every occurance of these patterns.  The
  2550.         patterns can be regular expressions.  The actions are
  2551.         expressed using a subset of the C language.  Unfortunately
  2552.         this version always gets a stack overflow no matter what
  2553.         the stack is set to, I haven't had a chance to find the
  2554.         bug.  Includes source, so you can hunt for it.  Looks
  2555.         like it could be a very useful utility for the Amiga.
  2556.         Author:  Bob Brodt
  2557.  
  2558. CloseWB     Simple program for use with MWB (also on this disk)
  2559.         to close a current WorkBench screen, and let you
  2560.         open WorkBench on a custom screen.
  2561.         Author:  Matt Dillon
  2562.  
  2563. Cookie      Fortune cookie program.  Includes source.
  2564.         Author:  Richard Stevens
  2565.  
  2566. JTime       Detailed instructions, including schematics in IFF
  2567.         format, for building and installing a battery backed
  2568.         up real-time clock.  The clock goes on the joystick
  2569.         port (aka mouse port 2).
  2570.         Author:  Michael Keryan
  2571.  
  2572. MenuBuilder A program which automates the process of building
  2573.         menus.  It takes a simple text file and generates
  2574.         a C source file with all the needed structures for 
  2575.         linking with the rest of your program.  This is
  2576.         version 1.0, and includes source.
  2577.         Author:  A. Preston
  2578.  
  2579. MWB     A program which will create a new 'WorkBench' screen
  2580.         and route by request OpenWindow calls meant for the
  2581.         WorkBench to these new screens.  This allows you to run
  2582.         programs which normally open windows on the WorkBench
  2583.         screen to use a custom screen instead.  Version 1.01,
  2584.         includes source.
  2585.         Author:  Matt Dillon
  2586.  
  2587. NewPackets  Tutorial downloaded from BIX C-A support section, which
  2588.         describes some new packets and structures in 1.2 AmigaDos.
  2589.         Author:  Carolyn Scheppner
  2590.  
  2591. PascalToC   A Pascal to C translator program which is supposed to
  2592.         correctly handle function, procedure, and most type
  2593.         declarations.  However, this quick and dirty port didn't
  2594.         fare too well on even a simple little Pascal fragment from
  2595.         Software Tools in Pascal.  I don't know if the problem is
  2596.         machine dependencies in the code or bugs.  Looks like it
  2597.         could be useful with a little more work than I have time
  2598.         to put into it now.  Includes source.
  2599.         Author:  James Mullens, enhancements by Dan Kegel
  2600.  
  2601. Prep        Version 2.1 of a Fortran preprocessor called 'prep', an
  2602.         alternative to ratfor.  Prep has better macro facilities,
  2603.         a concise shorthand for array and vector statements, all the
  2604.         standard flow control constructs of forth, and is written
  2605.         in generic, portable C (I made no source changes).  
  2606.         Includes source.
  2607.         Author:  Roger Ove
  2608.  
  2609. RunBack     A program that allows you to start another program which
  2610.         is independent of the CLI window.  This is useful to start
  2611.         programs from your Startup-Sequence, load WorkBench, and
  2612.         then close the initial CLI (which could not be closed
  2613.         otherwise).
  2614.         Author:  Charlie Heath, Microsmiths
  2615.  
  2616. SunMouse    Makes your mouse behave like the Sun Microsystem
  2617.         Sunwindows mouse.  You no longer have to 'click' in
  2618.         a window to make it active.  Just move the mouse pointer
  2619.         into the window and start typing.  Version 1.0, binary only.
  2620.         Author:  Scott Evernden
  2621.  
  2622. ==========================  Contents of Disk 066  ==========================
  2623.  
  2624. This is disk 66 of the freely distributable AMIGA software library.
  2625.  
  2626. AmScsi      Preliminary documentation for a hardware project to
  2627.         build a SCSI controller board.  The design does not
  2628.         support DMA or AUTOCONFIG'ing.
  2629.         Author:  Rich Frantz
  2630.  
  2631. Asm68k      Full featured macro assembler, version 1.0.1, binary
  2632.         only.  Well documented.
  2633.         Author:  W. Wesley Howe
  2634.  
  2635. Assigned    Same code showing how to find out whether or not a
  2636.         name has been assigned (via the dos ASSIGN command)
  2637.         before using it, thus avoiding the DOS Insert-Disk
  2638.         requester.  Includes source.
  2639.         Author:  Dan Green
  2640.  
  2641. Dk      A little display hack, inspired by Leo's gems.  Written
  2642.         in Modula-2, includes source.
  2643.         Author:  Thomas Handel
  2644.  
  2645. Flip        Seems like Leo's gems have inspired lots of people.  This
  2646.         one is quite cute also.  Written in assembler, includes
  2647.         source.
  2648.         Author:  Mike Berro
  2649.  
  2650. Foogol      Just what you've been waiting for, a foogol cross
  2651.         compiler for your Amiga that generates VAX assembly
  2652.         code.  Now you can port all those Amiga foogol programs
  2653.         to your VAX!  Seriously, foogol-IV is a tiny Algol like
  2654.         language and this is a compiler for it.  Includes source.
  2655.         Author:  Per Lindberg
  2656.  
  2657. Free        Free returns the available free bytes on any storage
  2658.         device that AmigaDos sees as a drive.  A list of up to
  2659.         six drives is kept by the program and may be cleared or
  2660.         added to at any time by the user.  Includes source.
  2661.         Author:  Tom Smythe
  2662.  
  2663. MallocTest  A malloc/free test program that allocates and frees
  2664.         randomly sized pieces of memory with random lifetimes,
  2665.         and fills them with patterns that can be checked for
  2666.         corruption.  Useful for beating on your vendor supplied
  2667.         memory management routines, or possibly as a poorman's
  2668.         memory test program.  Includes source.
  2669.         Author:  Neil Webber
  2670.  
  2671. Melt        Another display hack from the master himself...
  2672.         Includes source.
  2673.         Author:  Leo Schwab
  2674.  
  2675. Nart        Another display hack from the master himself...
  2676.         Includes source.
  2677.         Author:  Leo Schwab
  2678.  
  2679. Purty       Provides an easy way to change some common printer
  2680.         settings via a small window with several gadgets.
  2681.         Binary only.
  2682.         Author:  Charles Tyson
  2683.  
  2684. RayTracer   A simple ray tracing program.  It is capable of depicting
  2685.         up to 150 balls and a plane that is covered with a tiling
  2686.         of any bitmapped picture.  Binary only and sparce
  2687.         documentation.
  2688.         Author:  Friedrich Knauss, Steve Williams, Jim Horn and
  2689.              Mark Reichert
  2690.  
  2691. SendPackets Updated versions of the ASendPacket and SendPacket
  2692.         examples from disk number 35.  ASendPacket is an example
  2693.         program for sending multiple packets asynchronously
  2694.         to a dos handler, for those interested in implementing
  2695.         programs with asynchronous AmigaDos file I/O.
  2696.         SendPacket is a general purpose subroutine to send
  2697.         AmigaDos packets.  Includes source.
  2698.         Author: Phillip Lindsay
  2699.  
  2700. SnapShot    A small utility for dumping screens.  This one works
  2701.         like POPCLI and stays dormant until you press Ctrl-Esc.
  2702.         Binary only.
  2703.         Author:  Francois Rouaix
  2704.  
  2705. TagBBS      Version 1.02 of a shareware BBS system.  Suggested
  2706.         shareware donation is $25.  Binary only.
  2707.         Author:  Patrick Hughes
  2708.  
  2709. ==========================  Contents of Disk 067  ==========================
  2710.  
  2711. This is disk 67 of the freely distributable AMIGA software library.
  2712.  
  2713. AmCat       Shareware disk cataloging program.  Suggested donation
  2714.         of $20.  Binary only.
  2715.         Author:  Brian Conrad
  2716.  
  2717. AmigaSpell  Very nice intuition oriented shareware spelling checker,
  2718.         version 2.0, binary only.
  2719.         Author:  Mike Berro
  2720.  
  2721. Bouncer     A 3-D simulation of a bouncing ball written in
  2722.         Creative Solutions' Multi-Forth, with source included.
  2723.         Author:  Jon Bryan
  2724.  
  2725. Comm        Another nice terminal program.  Version 1.33, binary only.
  2726.         Author:  DJ James
  2727.  
  2728. Dux5        Latest version of directory utility which is a descendant
  2729.         of the original dirutil program by Chris Nicotra.  Includes
  2730.         source.
  2731.         Author:  Enhancements and fixes by lots of people
  2732.  
  2733. HexCalc     Nice little hex/oct/dec/bin calculator and converter.
  2734.         Binary only.
  2735.         Author:  Scott Ross
  2736.  
  2737. Icons       A collection of some icons for general purpose programs
  2738.         and some particular programs.  The "documentation"
  2739.         icon is particularly cute.
  2740.         Author:  Jeff White
  2741.  
  2742. Mandala     A mandala graphic program with sound, sort of Eastern
  2743.         music.  Binary only.
  2744.         Author:  Unknown
  2745.  
  2746. PersMait    Demo version of shareware personal/personnel file manager.
  2747.         Includes list processing, capability to run mailing labels,
  2748.         mail merge output feature, and more.  Demo version is
  2749.         binary only and limited to input mode.  Suggested donation
  2750.         of $24 for the "real" version.
  2751.         Author:  Breen and Associates
  2752.  
  2753. RSLClock    Yet another nice little clock utility that can sit
  2754.         around in your title bar.  Lots of options.  Version 1.3,
  2755.         binary only.
  2756.         Author:  Roy Laufer
  2757.  
  2758. RTCubes     A little graphics demo that shows 16 3D cubes in a 3D
  2759.         space, all being translated, rotated, and drawn on the
  2760.         screen in real time.  Binary only, takes over the machine,
  2761.         reboot to recover.
  2762.         Author:  Ralph Russell
  2763.  
  2764. Wheel       Nice little "Wheel of Fortune" type game, written in
  2765.         AmigaBasic.
  2766.         Author:  Hari Wiguna
  2767.  
  2768. ==========================  Contents of Disk 068  ==========================
  2769.  
  2770. This is disk 68 of the freely distributable AMIGA software library.
  2771. To quote the "Read Me" file:
  2772.  
  2773.     This diskette contains the latest Amiga version of MicroGNUEmacs
  2774.     (MG 1b), a small but powerful text editor that also runs on many
  2775.     other computer systems besides the Amiga. 
  2776.  
  2777.     One of MG's major goals is to be compatible with its "cousin"
  2778.     GNU Emacs, so certain features you may have seen in other
  2779.     versions of MicroEmacs may work differently here, or not exist.
  2780.     Hopefully, you'll find the added features MG provides to be
  2781.     worth the trouble it takes to make the switch. 
  2782.  
  2783.     As well as the commands available on *all* systems MG supports,
  2784.     Amiga MG has many Amiga-specific features: the Amiga mouse (with
  2785.     24 different functions!), Intuition pull-down menus, the Browser
  2786.     (a very nice way to select files), Amiga function keys, a
  2787.     full-screen editing window, and support for using a different
  2788.     text font in the editing window. 
  2789.  
  2790.  
  2791. MicroGNUEmacs is based on the original work of Dave Conroy, author of the
  2792. public domain v30 version.  It has been greatly enhanced through the
  2793. efforts of the following people:
  2794.  
  2795.     mwm@ucbopal.berkeley.edu    Mike Meyer
  2796.     mic@ngp.utexas.edu      Mic Kaczmarczik
  2797.     blarson@usc-eclb.arpa       Bob Larson
  2798.     rtech!daveb@sun.com     Dave Brower (previous version)
  2799.  
  2800. The current version is known to run on the following systems:
  2801.  
  2802.     4.2 & 4.3 BSD Unix, Sun 3.2
  2803.     Ultrix-32 (BSD Unix)
  2804.     OS9/68k
  2805.     VMS
  2806.     Amiga
  2807.     System V
  2808.     Eunice
  2809.     Primos
  2810.     Cpm/68k
  2811.     Atari ST
  2812.  
  2813. A very nice job guys!  Congratulations.
  2814.  
  2815. This disk is essentially unchanged except that I have added the usual
  2816. README.dist and README.list files, along with changing the volume name
  2817. to AmigaLibDisk68.  The original volume name was "MG1b".
  2818.  
  2819. ==========================  Contents of Disk 069  ==========================
  2820.  
  2821. This is disk 69 of the freely distributable AMIGA software library.
  2822.  
  2823. Asm68k      Full featured macro assembler, version 1.0.3, binary
  2824.         only.  Well documented.
  2825.         Author:  W. Wesley Howe
  2826.  
  2827. BlitLab     Blitlab is a program which lets you experiment with
  2828.         the blitter, to your hearts content, in relative safety.
  2829.         It opens a workbench window with gadgets for all the 
  2830.         registers of the blitter, and allows you to manipulate
  2831.         individual registers and perform blits on a magnified
  2832.         bitmap.  Includes source.
  2833.         Author:  Tomas Rokicki
  2834.  
  2835. Conman      A replacement console handler that provides line editing
  2836.         and command line history.  Is completely transparent to
  2837.         any application program that uses CON: windows.  Programs
  2838.         that use RAW: input are not affected.  VERY useful.
  2839.         Shareware version 0.9, binary only (source to be available 
  2840.         from author).
  2841.         Author:  William Hawes
  2842.  
  2843. Console     Console is a try at a new set of routines to get around some
  2844.         of the problems with the standard system routines, and 
  2845.         includes some simple graphics routines.  Includes source.
  2846.         Author:  Jim Cooper
  2847.  
  2848. Dk      A little display hack, inspired by Leo's gems.  Written
  2849.         in Modula-2, includes source.  Slightly newer than version
  2850.         on disk number 66.
  2851.         Author:  Thomas Handel
  2852.  
  2853. Frags       Reports the number of free blocks of size 2^(n-1) to
  2854.         (2^n)-1 for n up to 24 (blocks of max size 16Mb-1).
  2855.         Translation:  Gives you some idea of how fragmented
  2856.         your free memory is.  Includes source.
  2857.         Author:  Mike Meyer
  2858.  
  2859. IconType    Change the type of an icon after editing with IconEd.
  2860.         Types are Disk, Drawer, Tool, Project, Garbage, and Device.
  2861.         Includes source.
  2862.         Author:  Larry Phillips
  2863.  
  2864. Make        Public domain make from mod.sources, Volume 7, number 91.
  2865.         It has been cleaned up, Manx'ified, and some new features
  2866.         added, by Steve Walton.  Includes source.
  2867.         Author:  "caret@fairlight.OZ"
  2868.  
  2869. MonProc     A simple program to allow you to monitor any process for
  2870.         packet activity.  Includes source.
  2871.         Author:  Phillip Lindsay
  2872.  
  2873. MouseClock  Turns your mouse pointer into a digital clock with
  2874.         updates once per minute.  Includes source.
  2875.         Author:  John Hoffman
  2876.  
  2877. Sb      Structure browser, that displays system structures
  2878.         via pointers found in other structures.  You start
  2879.         from IntuitionBase and go from there.  Version 1.0,
  2880.         includes source.
  2881.         Author:  Nick Sullivan and Chris Zamara
  2882.  
  2883. Spew        Program which generates amusing 'National Enquirer'
  2884.         type headlines.  Works from a 'rules file' which
  2885.         describes how the headlines are to be constructed.
  2886.         Includes source.
  2887.         Author:  Gregory Smith (original by "mark@pixar")
  2888.  
  2889. Spool       The SPOOL system consists of 3 programs: A queue manager,
  2890.         a printer driver, and a SPOOL request program.  The SPOOL
  2891.         system demonstrates the power of the Amiga's mutitasking
  2892.         abilities in a very practical way.  It makes extensive use
  2893.         of Amiga Exec's message passing facilities and list-handling
  2894.         primitives.  Version 1.2, includes source.
  2895.         Author:  Tim Holloway
  2896.  
  2897. Wc      A "word count" program, ala Unix's wc, that is faster
  2898.         because it doesn't count what you don't ask for, plus
  2899.         some other improvements.  Includes source.
  2900.         Author:  Steve Summit
  2901. ==========================  Contents of Disk 070  ==========================
  2902.  
  2903. This is disk 70 of the freely distributable AMIGA software library.
  2904.  
  2905. Note that many of the programs on this disk are shareware/freeware.
  2906. This means that if you find them useful, you are morally obligated
  2907. to send a small donation to the author to help support his efforts and
  2908. fund further development.  I hope that by including them in this
  2909. library I have furthered the author's goals of widest possible
  2910. distribution and thus maximum return.  Also note (for those that
  2911. like to split hairs) that I am distributing this disk as a "freebee".
  2912. To receive a copy, just request it when ordering any other disks from
  2913. the library.
  2914.  
  2915. AmigaMonitor    Dynamically display the state of the machine, including
  2916.         open files, active tasks, resources, device states, 
  2917.         interrupts, libraries, ports, etc.  Display window into
  2918.         memory.  Version 1.13, binary only (source available
  2919.         from author).  Author suggests $15 donation.
  2920.         Author:  Jim Voris
  2921.  
  2922. Arc     The ubiquitous compressing archiver program that
  2923.         has become the de facto standard for distributing
  2924.         binaries and multi-file postings on most BBS's.
  2925.         This is Amiga version 0.23, a port of arc version v5.0,
  2926.         binary only.  Author suggests $35-$50 donation.
  2927.         Author:  System Enhancement Associates
  2928.              Amiga version by Raymond Brand
  2929.  
  2930. BlackBook   Keeps track of those important phone numbers and addresses.
  2931.         Shareware, author suggests $30 donation.
  2932.         Author:  Craig Nelson
  2933.  
  2934. DoTil       Lists, in alphabetical order, all files on any two directories,
  2935.         showing file size, creation date/time, and amount of free
  2936.         disk space.  Also copies, renames, or deletes files and/or
  2937.         directories, and moves files from one directory to another.
  2938.         Version 2.0, shareware, author suggests $15 donation.
  2939.         Author:  Dan Franki
  2940.  
  2941. GravityWars The object of this game is for one player to hit the
  2942.         other player's ship with a missle, before being hit
  2943.         yourself.  The ships and planets don't move, but
  2944.         aiming the missle in the presence of gravity fields
  2945.         and black holes makes hitting your target difficult.
  2946.         Version 1.03, shareware, author suggests $5 donation.
  2947.         Author:  Ed Bartz
  2948.  
  2949. Jobs        A alternate user interface to WorkBench or CLI.  Version
  2950.         2.1, binary only.
  2951.         Author:  John Sawaya
  2952.  
  2953. Lens        This program magnifies a small area surrounding the pointer
  2954.         and displays it in a separate window.  Version 1.0, binary
  2955.         only.
  2956.         Author:  Ned Konz
  2957.  
  2958. Life-3d     A 3d version of the classic cellular-automaton game.
  2959.         Shareware, author suggests $20 donation.  Version 1.2,
  2960.         binary only.
  2961.         Author:  Bob Benedict
  2962.  
  2963. Logo        A logo interpreter, with user interface like the Apple II
  2964.         logo.  Shareware, author suggests $5 donation.
  2965.         Author:  Gerald Owens
  2966.  
  2967. SetKey      Keymap editor, version 1.0 demo.   Version without save
  2968.         function disabled is $25.  Binary only.
  2969.         Author:  Charles Carter (CodeWorks)
  2970.  
  2971. Vpg     Video Pattern Generator.  Creates displays useful for
  2972.         adjusting monitors and setting up live shots with
  2973.         center crosshair, frame, dots, H lines, V lines and
  2974.         an adjustable rectangle.  Version 1.0.
  2975.         Author:  Mike Berro
  2976.  
  2977. ==========================  Contents of Disk 071  ==========================
  2978.  
  2979. This is disk 71 of the freely distributable AMIGA software library.
  2980.  
  2981. AirFoil     Airfoil generator utilizing the Joukowski transformation.
  2982.         Generates airfoil models as well as their corresponding
  2983.         streamline and pressure distributions.  Includes source.
  2984.         Author:  Russell Leighton
  2985.  
  2986. AmiBas      Some miscellaneous AmigaBASIC programs, including
  2987.         a 3D plot program, a caleidoscope, a C-A logo drawing
  2988.         program, a file comparison utility, a string search
  2989.         program, etc.  Includes source.
  2990.         Author:  Peter Kittel
  2991.  
  2992. Blocks      A variation of "lines", but with variable color blocks.
  2993.         Binary only.
  2994.         Author:  Gary Walker
  2995.  
  2996. Comm        Another nice terminal program.  Version 1.34, binary only.
  2997.         Author:  DJ James
  2998.  
  2999. DiskX       A handy utility for poking around in the guts of an
  3000.         AmigaDOS file system.  Binary only, but source available
  3001.         from author.
  3002.         Author:  Steve Tibbett
  3003.  
  3004. Fpic        Fpic is an image processing program, designed specifically 
  3005.         to be used in conjunction with digitized (Digi-View) lo-res
  3006.         black & white IFF picture files.  Provides several filters,
  3007.         including average, binary (threshold), clipblit, cross, 
  3008.         Sobel, Roberts, pixelize, sharpen, and a user defined
  3009.         matrix.  Also supports merging of two images, histogram,
  3010.         image compare, and remapping.  Binary only.
  3011.         Author:  Bob Bush
  3012.  
  3013. IconMk      Iconmaker builds icons for files that were created without
  3014.         them.  Version 1.2a, binary only.
  3015.         Author:  Eric Levy
  3016.  
  3017. Icons       Various new Icons from several sources.
  3018.         Author:  Several
  3019.  
  3020. NewFonts    Two new fonts; shalt18, an electronic ciruit element
  3021.         font, and ibm5, a PC like font, different from that
  3022.         for Sidecar.
  3023.         Author:  Peter Kittel
  3024.  
  3025. PetCLI      An AmigaBASIC program that allows editing in CLI command
  3026.         lines (similar to the PET and MYCLI).  Includes source.
  3027.         Author:  Peter Kittel
  3028.  
  3029. PWDemo      Demo version 1.2 of the commercial product PowerWindows.
  3030.         PowerWindows aids in creation of custom windows, menus,
  3031.         and gadgets.  It will write C or assembly source implementing
  3032.         these, for linking with your programs.  Binary only.
  3033.         Author:  Inovatronics Inc.
  3034.  
  3035. Rot     Program which generates and displays 3D objects.  Consists
  3036.         of two pieces, an object editor and an action editor.
  3037.         The object editor creates 3D objects and the action
  3038.         editor defines up to 24 3D views of an object (which
  3039.         can be quickly cycled to get an animation effect).
  3040.         Version 0.5, binary only.
  3041.         Author:  C. French
  3042.  
  3043. TimeSet     Handy little utility to set the system time from the
  3044.         workbench environment, without resorting to preferences.
  3045.         Binary only.
  3046.         Author:  Unknown  (DEH?)
  3047.  
  3048. ==========================  Contents of Disk 072  ==========================
  3049.  
  3050. This is disk 72 of the freely distributable AMIGA software library.
  3051.  
  3052. It's been quite a while since the last disk with any pictures, so
  3053. this one is just chock full of them.  There are HAM pictures, high
  3054. resolution B&W digitized pictures, and some interesting freehand
  3055. drawings.  Has a little of everything...
  3056.  
  3057. ==========================  Contents of Disk 073  ==========================
  3058.  
  3059. This is disk 73 of the freely distributable AMIGA software library.
  3060.  
  3061. Add     Lets you create keyboard shortcuts for selection of menu
  3062.         items in programs where the author did not make provisions
  3063.         for such shortcuts, or chose ones that disagree with you.
  3064.         Also includes "until" which waits for a specific named
  3065.         window to be created.  Shareware, includes source.
  3066.         Author:  John Russell
  3067.  
  3068. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3069.         mouse inputs that select and open icons.  Includes source.
  3070.         Author:  Tony Wills
  3071.  
  3072. Dio     A module which makes it very easy to use EXEC devices,
  3073.         such as the 'serial.device'.  It's generic and can be
  3074.         used with any EXEC device.  It allows you to easily open
  3075.         libraries, get multiple IO channels for a device,
  3076.         read, write, do asyncronous operations, etc.  Includes
  3077.         source.
  3078.         Author:  Matt Dillon
  3079.  
  3080. Dissolve    A program like ViewILBM, but the image slowly coalesces
  3081.         as pixels are added in random patterns.  Inspired by an
  3082.         article in Nov 86 issue of Doctor Dobb's Journal by 
  3083.         Mike Morton.  Includes source.
  3084.         Author:  Lee Robertson
  3085.  
  3086. DTerm       Small, flexible, terminal program with intelligent data
  3087.         mapping, intelligent keyboard mapping, dynamic menus,
  3088.         intelligent command language, asyncronous IO, duplex
  3089.         control, and a state machine structure allowing you
  3090.         to build any automatic control structure you wish
  3091.         (from auto-redial, sequence dialing, to auto-logon).
  3092.         Version 1.10, binary only.
  3093.         Author:  Matt Dillon
  3094.  
  3095. Expose      Program which will automatically cause all screen
  3096.         drag bars and screen depth-arrangers to become exposed.
  3097.         Sends a message to windows which obscure the screen drag
  3098.         bars, asking them to move down a pixel, and also
  3099.         to become smaller if necessary.  Includes source.
  3100.         Author:  John Russell
  3101.  
  3102. Lit     Lit filters a file to stdout, showing all characters
  3103.         in an unambiguous format.  Printable characters are 
  3104.         printed as is, non-printable characters are printed
  3105.         in any of three representation formats.  Version 2.0,
  3106.         includes source.
  3107.         Author:  Donald Irving
  3108.  
  3109. Lmv     This shareware program, submitted by the author, is
  3110.         called "Long Movie".  It loads up to 100 IFF graphics
  3111.         files and displays them in forward or reverse order,
  3112.         at up to 19 frames per second, to create computer
  3113.         animations for VCR recording.  Binary only, source
  3114.         available from author.
  3115.         Author:  Jim Webster
  3116.  
  3117. MouseOff    Mouseoff will cause the mouse pointer to disappear and
  3118.         then reappear if mouse movement is detected.  It will
  3119.         disappear again after 10 seconds of no mousing around.
  3120.         Includes source.
  3121.         Author:  Denny Jenkins
  3122.  
  3123. ParOut      An example that uses the parallel port resources
  3124.         (ciaa.resource and misc.resource) to access the parallel
  3125.         port directly.  Compiled, but untested, since I have
  3126.         nothing hooked to mine.  Includes source.
  3127.         Author:  Phillip Lindsay
  3128.  
  3129. PenPalFont  A font which will make your six year old feel right
  3130.         at home in a CLI window.  Cute.
  3131.         Author:  Burton Ogden
  3132.  
  3133. RunBackGround   Ancient history, but when I went looking for it on
  3134.         my disks, it was apparently something I missed.  This
  3135.         program performs a function similar to that performed
  3136.         by RunBack on disk number 66, but this one is in
  3137.         C rather than assembler.  Includes source.
  3138.         Author:  Rob Peck
  3139.  
  3140. SnapShot    A small utility for dumping screens.  This one works
  3141.         like POPCLI and stays dormant until you press Ctrl-Esc.
  3142.         Previous release on disk number 66 did not with with
  3143.         expansion ram, this one does.  Binary only.
  3144.         Author:  Francois Rouaix
  3145.  
  3146. TypeAndTell Example program that demonstrates installation of
  3147.         an input device handler before the Intuition one.
  3148.         This example traps all keys typed by the user and
  3149.         pronounces them in real time.  To quit press CNTL
  3150.         LEFT-SHIFT LEFT-ALT RIGHT-AMIGA simultaneously.
  3151.         Includes source.
  3152.         Author:  Giorgio Galeotti
  3153.  
  3154. Xplor       A program that scans all the system lists that start in
  3155.         ExecBase and prints out their names and addresses at
  3156.         which they start.  Includes assembly source.
  3157.         Author:  Larry Phillips
  3158.  
  3159. ==========================  Contents of Disk 074  ==========================
  3160.  
  3161. This is disk 74 of the freely distributable AMIGA software library.
  3162.  
  3163. Cled        A simple command line editor which allows you to edit
  3164.         your commands before and after they are processed.
  3165.         Uses the arrow keys and simple control sequence keystrokes
  3166.         for cursor positioning and editing tasks.  Version 1.3,
  3167.         binary only.
  3168.         Author:  Pat Empleo
  3169.  
  3170. Control     Program which provides finer control over the printer
  3171.         device.  When it sees a DUMPRPORT, it fires up a requestor
  3172.         and lets you play with the values being passed in the
  3173.         IORequest block.  Includes source.
  3174.         Author:  Andy Finkel
  3175.  
  3176. Dme     Version 1.25 of Matt's text editor.  Dme is a simple WYSIWYG
  3177.         editor designed for programmers.  It is not a WYSIWYG 
  3178.         word processor in the traditional sense.  Features include
  3179.         arbitrary key mapping, fast scrolling, title-line statistics
  3180.         multiple windows, and ability to iconify windows.  Update
  3181.         to version on disk number 59.  Binary only.
  3182.         Author:  Matt Dillon
  3183.  
  3184. DropShadow  A program that makes your WorkBench windows have
  3185.         dropshadows.  Update to version on disk number 59, this
  3186.         one has slider gadgets to adjust the 3-dimensional
  3187.         distance between window planes and the shadow darkness.
  3188.         Neat, version 2.0, binary only.
  3189.         Author:  Jim Mackraz
  3190.  
  3191. Funds       AmigaBASIC program to track the prices of mutual funds or
  3192.         stocks.  Includes source.
  3193.         Author:  Bill Strack
  3194.  
  3195. Less        Like Unix "more", only better, with forward and
  3196.         backward scrolling, searching and positioning by
  3197.         percent of file and line number, etc.  Very useful!
  3198.         This is Amiga version 1.1, an update to the version
  3199.         on disk number 34.  Includes source.
  3200.         Author: Mark Nudelman, Amiga port by Bob Leivian
  3201.  
  3202. Makemake    Reads C source files and constructs a vanilla makefile
  3203.         in the current directory.  Includes source.
  3204.         Author:  Tim McGrath
  3205.  
  3206. mCAD        An object-oriented drawing program, version 1.2.4.
  3207.         Uses a small set of graphics primitives (like "line",
  3208.         "box", and "text") and a small set of editing functions
  3209.         (like "move", "size", and "rotate").  While drawing and
  3210.         editing, the user can call on other functions to modify
  3211.         the display; to zoom in, slide around, superimpose a grid,
  3212.         etc.  Update to version on disk number 59.
  3213.         Shareware, binary only.
  3214.         Author:  Tim Mooney
  3215.  
  3216. Random      Simple random number generator in C.  Includes source.
  3217.         Author:  Gene Toole (?)
  3218.  
  3219. TDebug      Monitor a device by intercepting the EXEC SendIO and DoIO
  3220.         vectors.  This will give you most of the IO request
  3221.         information for any device.  Version 1.00, includes source.
  3222.         Author:  Matt Dillon
  3223.  
  3224. Units       Units conversion program, including a chart option which
  3225.         allows you to create charts of conversions.  Nifty.
  3226.         Includes source.
  3227.         Author:  Gregory Simpson
  3228.  
  3229. XCopy       A replacement for the AmigaDOS copy command.  Preserves
  3230.         the file date, provides an "update only" option, and
  3231.         uses Unix type wildcards.  Binary only.
  3232.         Author:  Lee Robertson
  3233.  
  3234. ==========================  Contents of Disk 075  ==========================
  3235.  
  3236. This is disk 75 of the freely distributable AMIGA software library.
  3237.  
  3238. Bezier      Simple programs to allow you to fool around with Bezier
  3239.         curves, using the mouse to move the points that define
  3240.         the curve and a prop gadget to change the granularity of
  3241.         the curve generation loop.  Includes source.
  3242.         Author:  Matt Dillon
  3243.  
  3244. BSplines    Simple program to fool around with B-SPLINES, ala the
  3245.         Bezier programs described above.  Includes source.
  3246.         Author:  Matt Dillon
  3247.  
  3248. Comm        Source release for comm version 1.34.  Last release
  3249.         on disk number 71 was binary only.
  3250.  
  3251. Copy        A replacement for the AmigaDOS copy program that
  3252.         is upwardly compatible, plus includes some new
  3253.         features like date preservation.  Version 1.0, 
  3254.         includes source.
  3255.         Author:  Jeff Lydiatt
  3256.  
  3257. Diff        A simple version of diff.  Includes source.
  3258.         Author:  Erik Baalbergen
  3259.  
  3260. DuM2        A version of the ever popular directory utility (dirutil)
  3261.         but this one is written in Modula 2 and includes source.
  3262.         Dirutil is a program to wander around a directory tree
  3263.         and perform various operations on files.  Version 1.5.
  3264.         Author:  Greg Browne
  3265.  
  3266. Eless       A faster directory lister, that also sorts entries
  3267.         and displays directories in the current cursor color
  3268.         (ala the Manx "ls" program).  Includes source.
  3269.         Author:  Leo Schwab
  3270.  
  3271. Fd      A modified version of Leo's "eless" that processes
  3272.         an entire track at a time, to minimize rereading of
  3273.         blocks.  Includes source.
  3274.         Author:  Leo Schwab, enhancements by Stephen Vermeulen
  3275.  
  3276. HardCopy    A neat little program that creates a hardcopy transcript
  3277.         of any CLI session (like the unix "script" program).
  3278.         Includes source.
  3279.         Author:  Davide Cervone
  3280.  
  3281. MouseOff    Enhanced and smaller version of MouseOff released on
  3282.         disk number 73.  MouseOff will cause the mouse pointer
  3283.         to disappear and then reappear if mouse movement is
  3284.         detected.  Includes source.
  3285.         Author:  Denny Jenkins, reworked by Tom Smythe
  3286.  
  3287. SetFont     Program to change the font used by a workbench screen.
  3288.         Version 2.0, source included.
  3289.         Author:  Dave Haynie
  3290.  
  3291. SpeedDir    Another faster directory lister type program.  This
  3292.         one uses the standard dir utility format for displaying
  3293.         directories.  Written in assembler, includes source.
  3294.         Author:  Bryce Nesbitt
  3295.  
  3296. ==========================  Contents of Disk 076  ==========================
  3297.  
  3298. This is disk 76 of the freely distributable AMIGA software library.
  3299.  
  3300. This is disk 1 of 2 of Chris Gray's Draco distribution for the Amiga.
  3301. The disk is unchanged except for the following:
  3302.  
  3303.     (1) I have added this file, README.list76.
  3304.  
  3305.     (2) I have added the standard distribution info file,
  3306.         README.dist.
  3307.  
  3308. Note that this disk was named "Draco SYS".  I have elected to keep
  3309. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3310. disks in my library, to avoid requiring users to rename the disk before
  3311. using it.
  3312.  
  3313. Also note that, as distributed, this disk is only about 65% full.  Normally
  3314. I try to fill my library disks to about 90-95% full, but these "packaged"
  3315. disks are special.
  3316.  
  3317. -Fred
  3318.  
  3319. ==========================  Contents of Disk 077  ==========================
  3320.  
  3321. This is disk 77 of the freely distributable AMIGA software library.
  3322.  
  3323. This is disk 2 of 2 of Chris Gray's Draco distribution for the Amiga.
  3324. The disk is unchanged except for the following:
  3325.  
  3326.     (1) I have added this file, README.list77.
  3327.  
  3328.     (2) I have added the standard distribution info file,
  3329.         README.dist.
  3330.  
  3331. Note that this disk was named "Draco Other".  I have elected to keep
  3332. that name, rather than using the usual "AmigaLibDiskXX" convention for
  3333. disks in my library, to avoid requiring users to rename the disk before
  3334. using it.
  3335.  
  3336. Also note that, as distributed, this disk is only about 80% full.  Normally
  3337. I try to fill my library disks to about 90-95% full, but these "packaged"
  3338. disks are special.
  3339.  
  3340. -Fred
  3341.  
  3342. ==========================  Contents of Disk 078  ==========================
  3343.  
  3344. This is disk 78 of the freely distributable AMIGA software library.
  3345.  
  3346. Cycles      A simple but enjoyable game apparently inspired by the
  3347.         cycle game in the movie "Tron".  Version 1.0, binary only.
  3348.         Author:  John G. Gilmore
  3349.  
  3350. EOMS        Experts Only Mercenary Simulator.  A neat (and tough!)
  3351.         PD game that was originally developed for eventual
  3352.         commercial release but for various reasons the author
  3353.         decided to release as PD instead.  So far my son has
  3354.         beat every other Amiga game I've got, both PD and
  3355.         commercial, but he gave up on this one.  For serious
  3356.         game players.  Binary only.
  3357.         Author:  Daniel Cardenas
  3358.  
  3359. MandelVroom A new Mandelbrot picture generator with some neat
  3360.         features, including use of contour map making techniques
  3361.         that allow you direct control over coloration and 
  3362.         recoloration in seconds, selectable fixed point or floating
  3363.         point computations, contour palette, picture presets, etc.
  3364.         Version 1.50, includes source.
  3365.         Author:  Kevin Clague
  3366.  
  3367. ==========================  Contents of Disk 079  ==========================
  3368.  
  3369. This is disk 79 of the freely distributable AMIGA software library.
  3370.  
  3371. AsmTools    Some CLI type tools, written in assembler (echo,
  3372.         loadit, mounted, setlace, why).  Includes source.
  3373.         Author:  Bryce Nesbitt
  3374.  
  3375. AssignDev   Assigns multiple names to a given device.  For example,
  3376.         allows the names "df0:" and "df3:" to refer to the
  3377.         same physical device.  Includes source.
  3378.         Author:  Phillip Lindsay
  3379.  
  3380. AuxHandler  Example of a dos handler that allows use of a CLI via
  3381.         the serial port.  Includes source.
  3382.         Author:  Steve Drew
  3383.  
  3384. Cmd     Cmd redirects the serial.device or parallel.device output
  3385.         to a file.  Useful for capturing print jobs for debugging
  3386.         or "offline" printing.  Includes source.
  3387.         Author:  Carolyn Scheppner
  3388.  
  3389. Info        Replacement for the AmigaDOS info command.  Includes source.
  3390.         Author:  Chuck McManis
  3391.  
  3392. Kill        Removes a task and as much of its resources as possible.
  3393.         Can close windows, unload process code, etc.  Includes 
  3394.         source.
  3395.         Author:  George Musser
  3396.  
  3397. M2Error     M2error can be used to display compile errors produced by
  3398.         the TDI Modula-2 compiler, like the m2error supplied
  3399.         by TDI.  Includes source.
  3400.         Author:  Richie Bielak
  3401.  
  3402. MonProc     An enhanced version of the process packet monitoring
  3403.         program from disk number 69.  Includes source.
  3404.         Author:  Phillip Lindsay, enhancements by Davide Cervone
  3405.  
  3406. Mounted     A little program to run from CLI scripts to find out if
  3407.         a disk is mounted or not.  Includes source.
  3408.         Author:  Peter DaSilva
  3409.  
  3410. Nro     Another roff style text formatter.  Includes source.
  3411.         Author:  Unknown, posted to usenet by Alan Vymetalik
  3412.  
  3413. ParTask     Example program for finding the parent task of your current
  3414.         task.  Includes source.
  3415.         Author:  Andry Rachmat
  3416.  
  3417. QueryAny    Simple program for use in CLI scripts to query for yes/no
  3418.         decisions.  Includes assembler source.
  3419.         Author:  Mark Smith
  3420.  
  3421. ScnSizer    Sets the preferences data for increasing the window bounds,
  3422.         and takes effect immediately.  Includes source.
  3423.         Author:  Thad Floryan
  3424.  
  3425. SharedLib   Working example of how to build a shared library.  Includes
  3426.         source.
  3427.         Author:  James Synge
  3428.  
  3429. Task        Simple example of how to use CreateTask.  Includes source.
  3430.         Author:  Carolyn Scheppner
  3431.  
  3432. Uw      Unix Windows client for the Amiga.  Version 1.00, includes 
  3433.         source.
  3434.         Author:  Michael McInerny
  3435.  
  3436. Who     Lists tasks on the ready and wait queues.  Includes source.
  3437.         Author:  George Musser
  3438. ==========================  Contents of Disk 080  ==========================
  3439.  
  3440.         *************************************************
  3441.         *                       *
  3442.         *   This disk has been pulled from distribution *
  3443.         *   because it contained proprietary software.  *
  3444.         *   If you find a copy in circulation, please   *
  3445.         *   notify the holder that it should be     *
  3446.         *   erased.  A replacement disk without the *
  3447.         *   proprietary material has been reissued  *
  3448.         *   as disk number 90.              *
  3449.         *                       *
  3450.         *************************************************
  3451.  
  3452. ==========================  Contents of Disk 081  ==========================
  3453.  
  3454. This is disk 81 of the freely distributable AMIGA software library.
  3455.  
  3456. Asm68k      Full featured macro assembler, version 1.1.0, binary
  3457.         only.  Well documented.
  3458.         Author:  W. Wesley Howe
  3459.  
  3460. AutoFacc    Autofacc automatically shrinks the ASDG FACC window and
  3461.         moves it to the back.  Also allows the number of buffers
  3462.         to be increased or decreased.  Most useful from the
  3463.         Startup-Sequence file while booting.  Binary only.
  3464.         Author:  Andry Rachmat
  3465.  
  3466. Brushes     Contains 53 custom brushes for use in DPaint while drawing
  3467.         schematics.  Includes things like resistors, capacitors,
  3468.         gates, transistors, IC pacs, etc.
  3469.         Author:  Jim Lee
  3470.  
  3471. CheckIFF    Program to check the structure of IFF files and report
  3472.         any problems.  Binary only.
  3473.         Author:  Unknown
  3474.  
  3475. Cled        A simple command line editor which allows you to edit
  3476.         your commands before and after they are processed.
  3477.         Uses the arrow keys and simple control sequence keystrokes
  3478.         for cursor positioning and editing tasks.  Update to version
  3479.         on disk number 74, this is version 1.4, binary only.
  3480.         Author:  Pat Empleo
  3481.  
  3482. Conman      Extremely useful replacement for the standard console
  3483.         handler, that provides line editing and command line
  3484.         histories completely transparent to any application program
  3485.         that uses CON: windows.  This program is shareware, and well
  3486.         worth a donation to the author.  Version 0.99B, binary only.
  3487.         Author:  William Hawes
  3488.  
  3489. Fonts       Several miscellaneous new fonts for your enjoyment.
  3490.         Author:  (Several)
  3491.  
  3492. Icon        Version 6.0 of the public domain implementation of Icon
  3493.         from the University of Arizona.  Binary only.
  3494.         Author:  Ralph Griswold, Cary Coutant, Steve Wampler, et al.
  3495.              Amiga port by Scott Ballantyne
  3496.  
  3497. KeyLock     Freezes the keyboard and mouse until the correct password
  3498.         is typed.  Protection against inquisitive kids, cats, and
  3499.         other lifeforms.  Binary only.
  3500.         Author:  Andry Rachmat
  3501.  
  3502. Scat        Another display hack, created from Leo Schwab's "Ing"
  3503.         display hack.  Binary only.
  3504.         Author:  Stephen Pietrowicz
  3505.  
  3506. Smush       Another display hack, feed it an iff file and see what
  3507.         happens.  Binary only.
  3508.         Author:  Hobie Orris
  3509.  
  3510. Target      A little program which takes over the mouse pointer and
  3511.         turns it into a gunsight.  Pressing the mouse button
  3512.         flashes the pointer and gives a gunshot.  Version 1.23,
  3513.         binary only.
  3514.         Author:  Matt Fruin and Michael McCarty
  3515.  
  3516. ==========================  Contents of Disk 082  ==========================
  3517.  
  3518. This is disk 82 of the freely distributable AMIGA software library.
  3519.  
  3520. Adventure   A port of the classic Adventure game originally
  3521.         written by Will Crowther and Don Woods.  Has been
  3522.         extended to a 550 point version.  Also speaks as it
  3523.         prints (though I found this feature annoying).
  3524.         Minimum 512K recommended.  Binary only.
  3525.         Author:  David Platt, Ken Wellsch, Dave Haynie
  3526.  
  3527. AmicTerm    A new terminal/communications program based on
  3528.         Dan James' "comm" program, but greatly enhanced.
  3529.         Includes a script language, auto redialing, choice of
  3530.         display beep or audible beep, enhanced file requester,
  3531.         and more.  Version .50 (beta), binary only.
  3532.         Author:  David Salas and Albert Kirk
  3533.  
  3534. D2D-Demo    Demo version of Disk-2-Disk from Central Coast Software
  3535.         (submitted by George Chamberlin).  Binary only.
  3536.         Author:  Central Coast Software
  3537.  
  3538. DX-Synth    Voice filer program for Yamaha DX series synthesizers.
  3539.         Voices are transfered to and from the Amiga over MIDI.
  3540.         Update to "VoiceFiler" released on disk number 38.
  3541.         Binary only.
  3542.         Author:  Jack Deckard
  3543.  
  3544. DiskMan     Another "disk browser and/or dirutil" type program.
  3545.         Version 1.0, binary only.
  3546.         Author:  Greg Cunningham
  3547.  
  3548. Icons       Miscellaneous new disk, directory, and file icons,
  3549.         including John Olsen's great "fishdisk" icon (thanks
  3550.         John!).  Binary only.
  3551.         Author:  Several
  3552.  
  3553. Panl        A universal midi patch panel that allows midi parameter info
  3554.         to be sent from the Amiga to any midi device that can accept
  3555.         param info.  Version 1.2, binary only.
  3556.         Author:  David Weinbach
  3557.  
  3558. Rocket      Another interesting Workbench display hack.  This one
  3559.         is really a game in disguise.  Binary only.
  3560.         Author:  Peter da Silva
  3561.  
  3562. Sand        This program has "magnetic grains of sand" that follow the
  3563.         pointer wherever it goes.  Cute.  Binary only.
  3564.         Author:  Eric Vaughan
  3565.  
  3566. ==========================  Contents of Disk 083  ==========================
  3567.  
  3568. This is disk 83 of the freely distributable AMIGA software library.
  3569.  
  3570. This disk contains a demo version of TeX, ported to the Amiga by
  3571. Tomas Rokicki.  The disk is unchanged except for the following:
  3572.  
  3573.     (1) I have added this file, README.list83, the standard
  3574.         distribution info file, README.dist, and associated
  3575.         icon files, plus "less" to read the text files.
  3576.  
  3577.     (2) I have copied all the files to a freshly formatted
  3578.         disk, to create the master distribution disk, using
  3579.         xcopy, which preserves the file dates.  This insures
  3580.         that disk fragmentation is kept to a minimum.
  3581.  
  3582.     (3) In order to make room for the files I have added, I
  3583.         have compressed the file TeX/inputs/amigatex.tex using
  3584.         a version of compress (compress.b13) that should run on
  3585.         any standard 512K amiga.  This version of compress is
  3586.         found in c/compress.b13.  To recover the original file,
  3587.         execute the commands:
  3588.  
  3589.         cd AmigaLibDisk83:TeX/inputs
  3590.         :c/compress.b13 <amigatex.tex.Z >ram:amigatex.tex -d
  3591.  
  3592.  
  3593. Since this is a demo version of Tom's commercial product, it has several
  3594. limitations that let you get the flavor of the real thing but encourage
  3595. you to buy the commercial version.  These limitations include TeX being
  3596. limited to processing only small files, the previewer being limited
  3597. to displaying ten pages or less, and only a small number of fonts being
  3598. provided.  The full version of AmigaTeX comes on eight floppies and will
  3599. handle larger documents than most mainframe versions of TeX.  See the
  3600. tex/README file for further info.
  3601.  
  3602. -Fred
  3603.  
  3604. ==========================  Contents of Disk 084  ==========================
  3605.  
  3606. This is disk 84 of the freely distributable AMIGA software library.
  3607.  
  3608. AudioTools  Demo programs from Rob Peck's article in the July/August
  3609.         issue of Amiga World on accessing the audio device.
  3610.         Includes source.
  3611.         Author:  Rob Peck
  3612.  
  3613. BlitLab     Blitlab is a program which lets you experiment with
  3614.         the blitter, to your hearts content, in relative safety.
  3615.         It opens a workbench window with gadgets for all the 
  3616.         registers of the blitter, and allows you to manipulate
  3617.         individual registers and perform blits on a magnified
  3618.         bitmap.  This is version 1.2, an update to the version
  3619.         released on disk number 69.  Includes source.
  3620.         Author:  Tomas Rokicki
  3621.  
  3622. Ed      An editor based on the editor described in the original
  3623.         Software Tools book.  It is very similar to the Unix
  3624.         "ed" editor, but not identical.  Includes source.
  3625.         Author:  Brian Beattie
  3626.  
  3627. GravityWars The object of this game is for one player to hit the
  3628.         other player's ship with a missle, before being hit
  3629.         yourself.  The ships and planets don't move, but
  3630.         aiming the missle in the presence of gravity fields
  3631.         and black holes makes hitting your target difficult.
  3632.         Version 1.04, shareware, author suggests $5 donation.
  3633.         This is an update to the version on disk number 70, and
  3634.         includes source in Modula-2.
  3635.         Author:  Ed Bartz
  3636.  
  3637. HunkPad     Two programs to help reduce problems with padding
  3638.         added by xmodem transmission.
  3639.         Author:  J. Hamilton and Aaron Avery
  3640.  
  3641. PipeHandler An AmigaDOS pipe device which supports OPEN, CLOSE, READ,
  3642.         WRITE, LOCK, EXAMINE, and EXNEXT.  Thus you can have
  3643.         "named pipes".  It also supports "taps" on a pipe, to
  3644.         capture all data flowing through the pipe. Version 1.2,
  3645.         includes source.
  3646.         Author:  Ed Puckett
  3647.  
  3648. PopCLI      Provides a simple way of starting another CLI at any
  3649.         time without having to load workbench or exit whatever
  3650.         program you may be using.  Also has a builtin screen
  3651.         saver mode that automatically blanks the Amiga console
  3652.         screen when there has been no input for a specified
  3653.         period of time.  Version III, an update to the version
  3654.         on disk number 40.  Includes source.
  3655.         Author: John Toebes
  3656.  
  3657. Requester   A file name requester that looks like the one used in
  3658.         Deluxe Paint, and a sample program for using the
  3659.         requester.  This is an update to the version released
  3660.         on disk number 34.  Includes source.
  3661.         Author: Kevin Clague, enhancements by Randy Finch
  3662.  
  3663. ScottDevice A mountable MicroForge SCSI driver.  Supports one SCSI buss
  3664.         device with two hard disk units attached to it.  Version 
  3665.         33.1, includes source.
  3666.         Author:  Scott Turner
  3667.  
  3668. Viacom      Another of Leo's amusing little hacks.  Sort of a political
  3669.         statement regarding the quality of service of a certain
  3670.         San Francisco area cable TV service.  Includes source.
  3671.         Author:  Leo Schwab
  3672.  
  3673. ==========================  Contents of Disk 085  ==========================
  3674.  
  3675. This is disk 85 of the freely distributable AMIGA software library.
  3676.  
  3677. Csh     Version 2.06 of Matt Dillon's csh like shell, modified
  3678.         for Manx C.  Includes source.
  3679.         Author:  Matt Dillon, Manx'ified by Steve Drew
  3680.  
  3681. FileReq     Another file requester, but this one also has a fast
  3682.         pattern matching capability.  Includes source.
  3683.         Author:  Peter da Silva
  3684.  
  3685. Hide        A small utility to allow you to run old or ill-written
  3686.         applications on systems with expansion ram.  When hide
  3687.         is running, all memory allocations take place in chip
  3688.         memory.  Somehow, something like this missed making it
  3689.         onto my earlier disks.  Binary only.
  3690.         Author:  Francois Rouaix
  3691.  
  3692. ImageTools  A set of shareware tools, submitted by the author, to
  3693.         do various manipulations on IFF images, including comparison
  3694.         of the color palettes of a pair of IFF images, filtering
  3695.         an IFF image in various ways, producing a color usage
  3696.         frequency chart for an IFF image, reducing the size of
  3697.         an IFF image to produce a miniature to use as an icon,
  3698.         converting an icon to an IFF image, and recoloring an IFF
  3699.         image using the palette of a second image, in a least
  3700.         squared error fashion.  Shareware, binary only.
  3701.         Author:  Stephen Vermeulen
  3702.  
  3703. LowMem      Another fine freely redistributable product from ASDG.
  3704.         This one is a low memory server, which is a compact shared
  3705.         library which allows arbitrary processes to register their
  3706.         desire to be notified of impending memory shortages.  This
  3707.         allows good citizen programs to free up memory that they
  3708.         may not need, so other programs can use it.  Binary only.
  3709.         Author:  Perry Kivolowitz
  3710.  
  3711. Plot6       A star plotting program.  Short on documentation and
  3712.         user friendliness, but interesting nevertheless.
  3713.         Also includes source.
  3714.         Author:  Darrin West
  3715.  
  3716. RawIO       Example of how to set your standard input to what is
  3717.         commonly known as "raw" and/or "CBREAK" mode on Unix
  3718.         systems.  Includes source.
  3719.         Author:  Chuck McManis
  3720.  
  3721. Rocket      Another interesting Workbench display hack.  This one
  3722.         is really a game in disguise.  It is the same as the
  3723.         one on disk number 82, but also includes source.
  3724.         Author:  Peter da Silva
  3725.  
  3726. VMore       A shareware program, submitted by the author, that
  3727.         is a "more" like text file viewing utility that can
  3728.         be run on multiple files from either the WorkBench or
  3729.         the CLI.  Version 1.00, includes source.
  3730.         Author:  Stephen Vermeulen
  3731.  
  3732. Vnews       A simple news file reader, that will read all the news
  3733.         files in a specified directory, optionally starting with
  3734.         a specified file.  Includes source.
  3735.         Author:  Stephen Vermeulen
  3736.  
  3737. ==========================  Contents of Disk 086  ==========================
  3738.  
  3739. This is disk 86 of the freely distributable AMIGA software library.
  3740.  
  3741. AutoPoint   Autopoint serves two functions:  it automatically
  3742.         selects the window underneath the mouse pointer and
  3743.         it provides a very nice screen saver facility.
  3744.         Binary only.
  3745.         Author:  Jude Katsch
  3746.  
  3747. ClickToFront    ClickToFront extends the user-interface so that 
  3748.         a double-click into a window brings it to the front.
  3749.         Now as long as you can see any part of a window you can
  3750.         bring it to the front without having to hunt for the page
  3751.         gadgets.  Version 1.1, includes source.
  3752.         Author:  Bryce Nesbitt
  3753.  
  3754. Cmd     Cmd redirects the serial.device or parallel.device output
  3755.         to a file.  Useful for capturing print jobs for debugging
  3756.         or "offline" printing.  Version 3, includes source.
  3757.         Author:  Carolyn Scheppner
  3758.  
  3759. FileIISG-Demo   A demo version of Softwood File IIsg, a database manager
  3760.         with sound and graphics.  Also includes a database of
  3761.         of previously released disks in this library, courtesy
  3762.         of Stan Spence.  Binary only.
  3763.         Author:  Woody Williams and Donald Brady
  3764.  
  3765. ==========================  Contents of Disk 087  ==========================
  3766.  
  3767. This is disk 87 of the freely distributable AMIGA software library.
  3768.  
  3769. AdvSys      An adventure writing system, as described in the May 1987
  3770.         issue of Byte magazine.  Advsys is a special purpose
  3771.         programming language that was specifically designed to
  3772.         be used to write computer text adventure games.
  3773.         Version 1.2, binary only.
  3774.         Author:  David Betz
  3775.  
  3776. AutoIconOpen    Example code to fool WorkBench into thinking it is receiving
  3777.         mouse inputs that select and open icons.  This is version
  3778.         1.2, an update to the version on disk number 73.  Includes
  3779.         source.
  3780.         Author:  Tony Wills
  3781.  
  3782. Claz        Converts IFF picture files to POSTSCRIPT.  Works with
  3783.         Amiga HAM pictures, as well as "normal" pictures.  Also
  3784.         includes scaling.  Version 2.0, includes source.
  3785.         Author:  Steve Ludtke
  3786.  
  3787. Commodities Commodities Exchange, an Amiga exec library which can be
  3788.         opened and used by application programs to gain access to
  3789.         input in a very flexible way.  This is a "minimal, binary
  3790.         only" copy.  Source may be available on a future disk.
  3791.         Version 0.4.
  3792.         Author:  Jim Mackraz
  3793.  
  3794. Diff        A simple version of diff.  Update to version on disk 
  3795.         number 75, includes source.
  3796.         Author:  Erik Baalbergen
  3797.  
  3798. Dme     Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  3799.         editor designed for programmers.  It is not a WYSIWYG 
  3800.         word processor in the traditional sense.  Features include
  3801.         arbitrary key mapping, fast scrolling, title-line statistics
  3802.         multiple windows, and ability to iconify windows.  Update
  3803.         to version on disk number 74.  Binary only.
  3804.         Author:  Matt Dillon
  3805.  
  3806. DropShadow  A program that makes your WorkBench windows have
  3807.         dropshadows.  This is version 2.0, the same as on disk
  3808.         number 74, but also includes source.
  3809.         Author:  Jim Mackraz
  3810.  
  3811. Elib        Example of building a shared library using small model
  3812.         Manx C.  Includes source.
  3813.         Author:  Jim Mackraz
  3814.  
  3815. ID-Handler  An AmigaDOS device handler, that generates unique
  3816.         identifiers.  Generates a new unique 16 digit decimal
  3817.         number each time it is opened by an application.
  3818.         Version 1.0, includes source.
  3819.         Author:  Ed Puckett
  3820.  
  3821. Install     Two possible replacement versions of the standard
  3822.         install program (to make a disk bootable).  Includes
  3823.         source.
  3824.         Author:  Bryce Nesbitt and Scott Turner
  3825.  
  3826. MemWatch    Memwatch is a program intended to sit in the background
  3827.         and watch for random trashing of low memory by an
  3828.         application under development.  If it detects a write
  3829.         to low memory, it repairs it to what used to be there,
  3830.         then puts up a requester indicating what damage had been
  3831.         done.  Very useful!  Version II, includes source.
  3832.         Author:  John Toebes
  3833.  
  3834. MovePointer Moves the pointer to any specified location on the screen,
  3835.         specified by X-Y coordinates.  Includes source.
  3836.         Author:  "Cewy"
  3837.  
  3838. MoveWindow  Move a named window to any arbitrary X-Y coordinate and
  3839.         possibly resize it at the same time.  Includes source.
  3840.         Author:  "Cewy"
  3841.  
  3842. MunchingSq  Leo's "Munching Squares" hack, now upgraded to take a
  3843.         single argument for a seed value.  Includes source.
  3844.         Author:  Leo Schwab
  3845.  
  3846. PalTest     Example code of how to determine dynamically whether
  3847.         or not you are running on a PAL machine.  Includes source.
  3848.         Author:  Christof Bonnkirch
  3849.  
  3850. Sc      Program which demonstrates generation of good looking
  3851.         pseudo-random scenery.  Includes source in C (translated
  3852.         from Draco version on disk number 61).
  3853.         Author:  Chris Gray
  3854.  
  3855. Tek4695     A Tek4695 printer driver.  Binary only.
  3856.         Author:  Philip Staub
  3857.  
  3858. WBDualPF    An example of using a dual-playfield screen, using
  3859.         a method contrary to documentation in the Intuition
  3860.         Manual.  Fixed version of copy released on disk 
  3861.         number 41.  Includes source.
  3862.         Author:  Jim Mackraz
  3863.  
  3864. WarpText    Fast text rendering routines, to be linked with application
  3865.         programs.  Reported to be able to display text as fast,
  3866.         or faster than, "blitz".  Includes source.
  3867.         Author:  Bill Kelly
  3868.  
  3869. Yaiffr      Yet Another IFF Reader.  Handles HAM, HIRES, and overscan,
  3870.         includes source.
  3871.         Author:  Leo Schwab
  3872.  
  3873. Zoo     A file archiver, much like "arc" in concept, but different
  3874.         in implementation and user interface details.  Includes
  3875.         some nice features that "arc" lacks (such as file/path
  3876.         names up to 255 characters in length).  Version 1.42A,
  3877.         binary only.
  3878.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  3879.  
  3880.  
  3881. ==========================  Contents of Disk 088  ==========================
  3882.  
  3883.         *************************************************
  3884.         *                       *
  3885.         *   This disk has been pulled from distribution *
  3886.         *   because it contained proprietary software.  *
  3887.         *   If you find a copy in circulation, please   *
  3888.         *   notify the holder that it should be     *
  3889.         *   erased.  A replacement disk without the *
  3890.         *   proprietary material has been reissued  *
  3891.         *   as disk number 89.              *
  3892.         *                       *
  3893.         *************************************************
  3894.  
  3895. ==========================  Contents of Disk 089  ==========================
  3896.  
  3897. This is disk 89 of the freely distributable AMIGA software library.
  3898. This disk replaces disk number 88, which was pulled from circulation
  3899. due to the redistribution status of files in the directory "snap".
  3900. If you encounter a disk number 88 in circulation, please advise all
  3901. parties concerned that the disk should be erased immediately.
  3902.  
  3903. AutoEnquirer    An example of a screen contraption that is like a
  3904.         requester except that it's not quite as demanding,
  3905.         goes where you want to put it, and remembers where
  3906.         it was put.  Includes source and Manx'ified version
  3907.         of Chris Gray's fractalish terrain generator as a demo.
  3908.         Author:  Howard Hull
  3909.  
  3910. DEMOlition  Another neat little display hack.  In the spirit of
  3911.         these things, ya gotta run it to find out what it
  3912.         does.  Includes source.
  3913.         Author:  Kriton Kyrimis
  3914.  
  3915. DirMaster   A very nicely done shareware disk cataloger, submitted
  3916.         by the author for inclusion in the library.  Includes
  3917.         sample database of some disk libraries.  Version 1.0a,
  3918.         binary only.
  3919.         Author:  Greg Peters
  3920.  
  3921. FuncKey     A shareware function key editor, submitted by the author
  3922.         for inclusion in the library.  Version 1.01, binary only
  3923.         (source available from author).
  3924.         Author:  Anson Mah
  3925.  
  3926. MFF-Demo    Demo copy of the MicroFiche Filer program from Software
  3927.         Visions Inc.  The MicroFiche File is a full-powered 
  3928.         database program for manipulation of text, numbers, and
  3929.         pictures.  It uses the microfiche metaphor for dealing
  3930.         with your data graphically.  This is a full production
  3931.         version except that the save option has been disabled.
  3932.         Includes a sample database of my disk library.  Binary
  3933.         only.
  3934.         Author:  Gary Samad
  3935.  
  3936. Screenshift Screenshift is a small program that allows you to adjust
  3937.         the position of the screen on your display, just like the
  3938.         preferences function.  Works from CLI or WorkBench.
  3939.         Includes source.
  3940.         Author:  Anson Mah
  3941.  
  3942. Snake       A variant on the old "bouncing lines" program, this
  3943.         on uses multiple vertices and Bezier splines.  Includes
  3944.         source.
  3945.         Author:  KABjorke
  3946. ==========================  Contents of Disk 090  ==========================
  3947.  
  3948. This is disk 90 of the freely distributable AMIGA software library.
  3949.  
  3950. Note that many of the programs on this disk are shareware/freeware.
  3951. This means that if you find them useful, you are morally obligated
  3952. to send a small donation to the author to help support his efforts and
  3953. fund further development.  I hope that by including them in this
  3954. library I have furthered the author's goals of widest possible
  3955. distribution and thus maximum return.  Also note (for those that
  3956. like to split hairs) that I am distributing this disk as a "freebee".
  3957. To receive a copy, just request it when ordering any other disks from
  3958. the library.
  3959.  
  3960. This disk replaces disk number 80, which was pulled from circulation
  3961. due to the redistribution status of files in the directory "tools".
  3962. If you encounter a disk number 80 in circulation, please advise all
  3963. parties concerned that the disk should be erased immediately.
  3964.  
  3965.  
  3966. AmiGazer    Compute a view of the night sky, using a database of
  3967.         1573 stars, for any date, time of day, and latitude.
  3968.         Click on stars for info about them. Binary only.
  3969.         Author:  Richard Horne
  3970.  
  3971. CardFile    Study aid card file program written in AmigaBasic.
  3972.         Useful for organizing small blocks of data, such as
  3973.         can be done with a 3X5 card file system.  Binary only.
  3974.         Author:  James Parks
  3975.  
  3976. Conman      Extremely useful replacement for the standard console
  3977.         handler, that provides line editing and command line
  3978.         histories completely transparent to any application program
  3979.         that uses CON: windows.  Version 0.98B, binary only.
  3980.         Author:  William Hawes
  3981.  
  3982. IMandelVroom    A slightly modified version of Kevin Clague's mandelbrot
  3983.         program (on disk number 78) that uses his "ring detector"
  3984.         to draw an approximation of the interior strange attractor
  3985.         contours.  Binary only (with patches for original source).
  3986.         Author:  Kevin Clague, enhancements by Howard Hull
  3987.  
  3988. NewDemos    Some new demos, including replacements for the standard
  3989.         "lines" and "boxes" demos, that use only a few percent
  3990.         of the CPU time, so it is reasonable to have lots of them
  3991.         running simultaneously to demo multitasking.  Binary only.
  3992.         Author:  Steve Koren
  3993.  
  3994. Othello     Othello game, binary only.
  3995.         Author:  Matthew Bellew
  3996.  
  3997. PrinText    Program to display ASCII text files on the screen with
  3998.         scrollbar, arrow gadgets, automatic word-wrap, a search
  3999.         function, speech, IFF picture loading, and online help.
  4000.         Version 1.2, binary only.
  4001.         Author:  Opher Kahane
  4002.  
  4003. PrtDrvGen   Program to automatically generate custom printer drivers.
  4004.         Version 2.2b, binary only, source available from author.
  4005.         Author:  Joergen Thomsen
  4006.  
  4007. RainBench   Simple program which cycles the hardware color register to
  4008.         get an interesting effect on your workbench screen.
  4009.         Binary only.
  4010.         Author:  Brendan Keliher
  4011.  
  4012. ShortCut    A utility that collects keystroke sequences and allows
  4013.         you to replace them with a single key stroke.  Binary
  4014.         only.
  4015.         Author:  Opher Kahane
  4016.  
  4017. ShowPrint   A full-feature IFF picture file screen dump utility.
  4018.         Can display and print all sizes of pictures including
  4019.         those larger than the screen.  Allows adjustment of printer
  4020.         output in three modes: ASPECT, FULL, and CUSTOM output.
  4021.         Print vertically or horizonatally, in B&W, grey scale, or
  4022.         color, etc.  Binary only.
  4023.         Author:  Brian Conrad
  4024.  
  4025. Sizzlers    A series of graphics demo programs.  Version 1.7.0,
  4026.         binary only.
  4027.         Author:  Greg Epley
  4028.  
  4029. SpaceAceDemo    Shareware shoot-em-up spaceship game.  Binary only.
  4030.         Author:  Stephen McLeod
  4031.  
  4032. Timer       Creates a small window containing a timer.  Version 1.5,
  4033.         binary only.
  4034.         Author:  Bill Beogelein
  4035.  
  4036. ==========================  Contents of Disk 091  ==========================
  4037.  
  4038. This disk contains a distribution of ADL (Adventure Definition Language).
  4039. ADL is a superset of an older language named DDL, by Michael Urban,
  4040. Chris Kostanick, Michael Stein, Bruce Adler, and Warren Usui.  ADL
  4041. enhancements were made by Ross Cunniff, who submitted this material
  4042. for inclusion in the library.  The disk is essentially unchanged except
  4043. that:
  4044.  
  4045.     (1) Many icon files have been added to help workbench only
  4046.         users get at least some information about this disk
  4047.         and about ADL (which is only usable from the CLI 
  4048.         environment).
  4049.  
  4050.     (2) The disk name has been changed to AmigaLibDisk91.
  4051.  
  4052.     (3) The standard library files "GeneralInfo", "Contents",
  4053.         and "Distribution", along with their associated icons,
  4054.         have been added to the disk.
  4055.  
  4056.     (4) The directory 'c' has been added, along with a very
  4057.         nice text reader program called "less", which is the
  4058.         default tool for reading all the text files for which
  4059.         there are icons.
  4060.  
  4061. Included here are the sources to the ADL compiler, interpreter, and
  4062. debugger.  The binaries were compiled by Ross with the Lattice 3.03
  4063. compiler.  Ross noted in his letter that currently ADL is a
  4064. CLI environment program only, but that he hopes to offer a more
  4065. Amiga'ized version in the future.  Also, the stack size should be
  4066. set to at least 10000 before attempting to run ADL.
  4067.  
  4068. ==========================  Contents of Disk 092  ==========================
  4069.  
  4070. This is disk 92 of the freely distributable AMIGA software library.
  4071. Below is a listing of the significant directories and their contents.
  4072. Note that none of these can be used from the workbench, thus they
  4073. do not have any directory icons.  You must use the CLI environment to
  4074. use these materials.
  4075.  
  4076. As6502      Contains a portable 6502 assembler, including source
  4077.         in C.
  4078.         Author:  J. Van Ornum; Amiga port by Joel Swank
  4079.  
  4080. Bawk        Text processor inspired by the Unix awk utility.
  4081.         This is an update to the copy released on disk 65.
  4082.         Bawk searches files for specific patterns and performs
  4083.         actions for every occurance of these patterns.  The
  4084.         patterns can be regular expressions.  The actions are
  4085.         expressed using a subset of the C language.  Includes
  4086.         source in C.
  4087.         Author:  Bob Brodt; Amiga port by Johan Widen
  4088.  
  4089. HunkPad     HunkPad pads an object file out to where it is exactly
  4090.         a multiple of 128 bytes, thus making it immune to having
  4091.         garbage appended on to the end of it by xmodem type
  4092.         file transfer protocols.  Version 2, includes source.
  4093.         Update to version released on disk 84.
  4094.         Author:  J. Hamilton
  4095.  
  4096. Less        Like Unix "more", only better, with forward and
  4097.         backward scrolling, searching and positioning by
  4098.         percent of file and line number, etc.  Very useful!
  4099.         This is Amiga version 1.2, an update to the version
  4100.         on disk number 74.  Includes source.
  4101.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  4102.  
  4103. Ndir        Library that implements the 4BSD unix directory access
  4104.         routines (opendir, closedir, readdir, etc).  Includes
  4105.         source in C.
  4106.         Author:  Mike Meyer
  4107.  
  4108. Parse       A recursive descent expression parser that parses 
  4109.         expressions, computes the expression value, and prints
  4110.         it.  Includes support for some built in transcendental 
  4111.         functions.  Includes source in C.
  4112.         Author:  John Olsen
  4113.  
  4114. Shar        Two programs to pack and unpack shell archives on the
  4115.         Amiga.  Shell archives are the traditional Usenet
  4116.         method of bundling multiple text files for posting
  4117.         as a unit or for sending via electronic mail.  Includes
  4118.         source in C.
  4119.         Author:  Fabbian G. Dufoe
  4120.  
  4121. SmallLib    A replacement for amiga.lib that is about 8 times smaller.
  4122.         Binary only.
  4123.         Author:  Bryce Nesbitt
  4124.  
  4125. UUencode    Programs to encode/decode binary files for transmittal
  4126.         via mail or other text-only methods.  The binary file
  4127.         is expanded by approximately 35% for transmittal.  This
  4128.         release is an update to the version on disk number 53,
  4129.         and includes a simple line-by-line checksum technique that
  4130.         can read and write files compatible with the older
  4131.         uuencode/uudecode, plus a file size test modification that
  4132.         is transparent to older uudecodes.
  4133.         Author:  Mark Horton with mods by Alan Rosenthal and 
  4134.              Bryce Nesbitt
  4135.  
  4136. ==========================  Contents of Disk 093  ==========================
  4137.  
  4138. This is disk 93 of the freely distributable AMIGA software library.
  4139. Below is a listing of the significant directories and their contents.
  4140. Note that none of these can be used from the workbench, thus they
  4141. do not have any directory icons.  You must use the CLI environment to
  4142. use these materials.
  4143.  
  4144. Dme     Version 1.27 of Matt's text editor.  Dme is a simple WYSIWYG
  4145.         editor designed for programmers.  It is not a WYSIWYG 
  4146.         word processor in the traditional sense.  Features include
  4147.         arbitrary key mapping, fast scrolling, title-line statistics
  4148.         multiple windows, and ability to iconify windows.  Update
  4149.         to version on disk number 87 (which was binary only).  This
  4150.         release also includes source.
  4151.         Author:  Matt Dillon
  4152.  
  4153. MicroEmacs  Version 3.8i of Daniel Lawrence's variant of Dave
  4154.         Conroy's microemacs.  This is an update to the version
  4155.         released on disk 61.  Includes source.
  4156.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  4157.  
  4158. ==========================  Contents of Disk 094  ==========================
  4159.  
  4160. This is disk 94 of the freely distributable AMIGA software library.
  4161. Below is a listing of the significant directories and their contents.
  4162. Note that none of these can be used from the workbench, thus they
  4163. do not have any directory icons.  You must use the CLI environment to
  4164. use these materials.
  4165.  
  4166. AudioTools  Demo programs from Rob Peck's article in the July/August
  4167.         issue of Amiga World on accessing the audio device.
  4168.         This is version 2, an update to the release on disk
  4169.         number 84.  Includes source.
  4170.         Author:  Rob Peck
  4171.  
  4172. ClickUpFront    ClickUpFront is another program, similar in function to
  4173.         the ClickToFront program from disk 86, that allows you
  4174.         to bring any window to the front simply by double-clicking
  4175.         in any part of it.  Version 1.0, includes source.
  4176.         Author:  Davide Cervone
  4177.  
  4178. HeliosMouse Another "sunmouse" type program.  Automatically activates
  4179.         a window simply by moving the mouse pointer into the window.
  4180.         Version 1.0, includes source.
  4181.         Author:  Davide Cervone
  4182.  
  4183. Iff2Ps      A program to convert any IFF file to postscript for
  4184.         printing or viewing on a postscript compatible device.
  4185.         Version 1.2, binary only.
  4186.         Author:  William Mason and Sam Paolucci
  4187.  
  4188. ModulaTools Various useful routines for those programming in Modula
  4189.         on the Amiga.  Binary only.
  4190.         Author:  Jerry Mack
  4191.  
  4192. Terrain3d   Program which demonstrates generation of good looking
  4193.         pseudo-random scenery.  This version is a derivative of
  4194.         "sc" distributed on disk 87, but now displays terrain
  4195.         in 3d relief.  Includes source.
  4196.         Author:  Chris Gray; 3d version by Howard Hull
  4197.  
  4198. ==========================  Contents of Disk 095  ==========================
  4199.  
  4200. This is disk 95 of the freely distributable AMIGA software library.
  4201. Below is a listing of the significant directories and their contents.
  4202.  
  4203. Cmd     Cmd redirects the serial.device or parallel.device output
  4204.         to a file.  Useful for capturing print jobs for debugging
  4205.         or "offline" printing.  Version 4, includes source.
  4206.         Author:  Carolyn Scheppner
  4207.  
  4208. CygnusEdDemo    Demo version of CygnusEd, an editor from CygnusSoft
  4209.         Software.  CygnusEd supports simultaneous editing of
  4210.         multiple files, multiple views of the same file,
  4211.         very fast display, margins, word-wrap, status-lines,
  4212.         insert/overstike mode, online help, soft scroll 
  4213.         borders, screen overscan, adjustable tab size, macros,
  4214.         text formatting options, block/line/word cut/copy,
  4215.         and more.  Also includes demo 3.0 version of MandFXP.
  4216.         Binary only.
  4217.         Author:  CygnusSoft Software
  4218.  
  4219. Gomf        Gomf stands for "Get Outa My Face", a phrase many a
  4220.         programmer has mumbled when a Guru alert appears
  4221.         unexpectedly.  This interesting little program can
  4222.         generally make the Guru go away and allow you to
  4223.         clean up and shutdown more cleanly.  Version 1.0,
  4224.         binary only.
  4225.         Author:  Christian Johnsen
  4226.  
  4227. Journal     Journal is a program that records a sequence of mouse and
  4228.         keyboard events as they occur and stores them in a file.
  4229.         The file can be played back with another program, also
  4230.         supplied, which causes the same sequence of events to
  4231.         occur again.  Very useful for creating demonstrations
  4232.         of programs or documenting repeatable bugs.  Version 1.0,
  4233.         binary only.
  4234.         Author:  Davide Cervone
  4235.  
  4236. MergeMem    Program which attempts to merge the MemList entries
  4237.         of sequentially configured ram boards.  When successful,
  4238.         allows allocating a section of memory which spans
  4239.         board boundries.  This is version 2, an update to the
  4240.         version released on disk 56.  Includes source.
  4241.         Author:  Carolyn Scheppner
  4242.  
  4243. PrinterStealer  A program similar in function to "Cmd" that allows
  4244.         diversion of output destined for the printer to
  4245.         a file for future output or debugging purposes.
  4246.         Binary only, source available from authors.
  4247.         Author:  Alex Livshits and J-M. Forgeas
  4248.  
  4249. Record-Replay   A program, similar in function to "Journal", that
  4250.         records and plays back mouse and keyboard events.
  4251.         Binary only, source available from authors.
  4252.         Author:  Alex Livshits and J-M. Forgeas
  4253.  
  4254. ==========================  Contents of Disk 096  ==========================
  4255.  
  4256. This is disk 96 of the freely distributable AMIGA software library.
  4257. Below is a listing of the significant directories and their contents.
  4258.  
  4259. AnimPlayer  An animation reader and displayer that is the result
  4260.         of a consortium of animation software developers, which
  4261.         includes the authors of Videoscape, Sculpt3D, Silver, 
  4262.         Forms-In-Flight, and Animator:Apprentice.  Includes
  4263.         source.
  4264.         Author:  Martin Hash et al.
  4265.  
  4266. Chess       A port of a chess game posted to Usenet.  Still uses
  4267.         a "curses" type interface, so needs to be Amiga'ized.
  4268.         According to Bob, plays a better game than some of the
  4269.         commercial Amiga chess games.  Version 1.0, includes source.
  4270.         Author:  John Stanback; ported to Amiga by Bob Leivian
  4271.  
  4272. HackBench   HackBench provides the source for a WorkBench-like program,
  4273.         for experimentation and validation of new interface ideas.
  4274.         It is not intended to be an actual WorkBench replacement.
  4275.         Author:  Bill Kinnersley
  4276.  
  4277. Label       Simple program to print labels with arbitrary text.
  4278.         Version 1.3, binary only, but source available from author.
  4279.         Author:  Mike Hansen
  4280.  
  4281. LineDrawer  Makes a line drawing based on drawing commands stored
  4282.         in a text file.  Includes a demo that draws an outline
  4283.         map of the USA and state borders.  Version 1.0, includes
  4284.         source.
  4285.         Author:  John Olsen
  4286.  
  4287. PopUpMenu   Example code implementing pop-up menus that are reasonably
  4288.         compatible with Intuition menus.  Includes source.
  4289.         Author:  Derek Zahn
  4290.  
  4291. Tek4695     A Tektronix 4695/4696 printer driver.  Includes source.
  4292.         Author:  Philip Staub
  4293.  
  4294. TimeRam     A program to test the access speeds of Fast and Chip ram.
  4295.         Binary only.
  4296.         Author:  Bruce Takahashi
  4297.  
  4298. WarpText    Fast text rendering routines, to be linked with application
  4299.         programs.  Reported to be able to display text as fast,
  4300.         or faster than, "blitz".  This is an update to the version
  4301.         released on disk 87.  Version 2.0, includes source.
  4302.         Author:  Bill Kelly
  4303.  
  4304. ==========================  Contents of Disk 097  ==========================
  4305.  
  4306. This is disk 97 of the freely distributable AMIGA software library.
  4307. This disk replaces disk number 57, which was pulled from circulation
  4308. because of questions about the redistribution status of material in
  4309. the "Ogre" subdirectory (replaced with "shm").  If you encounter a disk
  4310. number 57 in circulation, please advise all parties concerned that the
  4311. disk should be erased immediately.  Below is a listing of the significant
  4312. directories on this disk, and their contents.
  4313.  
  4314. CutAndPaste Public domain implementations of the Unix cut and paste
  4315.         commands.  Includes source.
  4316.         Author:  John Weald
  4317.  
  4318. GraphIt     A program to plot most simple functions in 2 or 3 
  4319.         dimensions, as well as 2d parametric equations in
  4320.         term of t.  Includes source.
  4321.         Author:  Flynn Fishman
  4322.  
  4323. Juggler     Stunning animation of a robot juggler with ray traced
  4324.         reflective spheres.  Uses HAM mode display and sound
  4325.         effects to boot!  This is version 1.2 and apparently
  4326.         fixes some bugs in the original version released on
  4327.         disk number 47.  Binary only.
  4328.         Author:  Eric Graham
  4329.  
  4330. MouseReader Shareware program, submitted by the author, to read
  4331.         text files and view iff files using only the mouse.
  4332.         Binary only.
  4333.         Author:  William Betz
  4334.  
  4335. Shm     A simple graphics demo which approximately simulates the 
  4336.         motion of two interacting pendulums.  Includes source.
  4337.         Author:  Chris Ediss
  4338.  
  4339. Splines     Program to demonstrate various curve fitting and
  4340.         rendering techniques.  Also includes something unique
  4341.         for the Amiga world, pop-up menus.  Includes source.
  4342.         Author:  Helene (Lee) Taran
  4343.  
  4344. ==========================  Contents of Disk 098  ==========================
  4345.  
  4346. This is disk 98 of the freely distributable AMIGA software library.
  4347. Below is a listing of the significant directories and their contents.
  4348.  
  4349. Access      A 16 color terminal program based on Comm version 1.34.
  4350.         Includes new macro window, custom gadgets, colorized
  4351.         menus, etc.  Version Beta 0.18, binary only.
  4352.         Author:  Keith Young (based on comm by D.J.James)
  4353.  
  4354. Backup      A simple backup program that writes normal AmigaDOS
  4355.         disks as the backup destination.  To recover files, you
  4356.         just copy from the backup disk.  Requires manual 
  4357.         decisions about what subdirectories to backup to
  4358.         what disks to make everything fit.  Includes source.
  4359.         Author:  Alan Kent
  4360.  
  4361. DCDemo      A demo version of DiskCat 2.3, a disk catalog program.
  4362.         Demo is limited to cataloging 100 files at a time.
  4363.         Binary only.
  4364.         Author:  Ed Alford, MicroAce Software
  4365.  
  4366. HdDriver    A complete driver for a WD-1002-05 hard disk controller 
  4367.         card.  This card can handle 3 hard disks and 4 floppies, 
  4368.         but the driver currently only handles one hard disk.  
  4369.         Includes source.
  4370.         Author:  Alan Kent
  4371.  
  4372. QBase       Quick-Base is a "MailBase Management utility", that lets
  4373.         you define and maintain records of your family, friends,
  4374.         and other associates.  Currently a maximum of 200
  4375.         records per file.  Binary only.
  4376.         Author:  Kevin Harris
  4377.  
  4378. Thai        A simple Thai quiz program developed by the author while
  4379.         he was learning the Thai language.  It loads complete
  4380.         Thai sentences and words from a supplied file.  If you
  4381.         click on the sentence or word gadget the program will
  4382.         pick a random sentence/word.  You then click on the
  4383.         Thai/Speak/Phonetic/English gadget to display that
  4384.         version (or speak it).  Includes source.
  4385.         Author:  Alan Kent
  4386.  
  4387. ==========================  Contents of Disk 099  ==========================
  4388.  
  4389. This disk contains a shareware version of a ray tracing package by Brian
  4390. Reed, called A-Render.  It looks like a very nice package, but I have not
  4391. really had any significant amount of time to play with it.  Binary only.
  4392.  
  4393.  
  4394.  
  4395. ==========================  Contents of Disk 100  ==========================
  4396.  
  4397. This is disk 100 of the freely distributable AMIGA software library.
  4398. Below is a listing of the significant directories and their contents.
  4399.  
  4400.  
  4401. Berserk     This animation, unveiled at the September 87 meeting
  4402.         of the First Amiga Users Group, got Leo a standing ovation.
  4403.         It is a "must see" for every Amiga user, and ranks up
  4404.         there with "Juggler" as a premier demo for the Amiga.
  4405.         Author:  Leo Schwab
  4406.  
  4407. Conman      Extremely useful replacement for the standard console
  4408.         handler, that provides line editing and command line
  4409.         histories completely transparent to any application program
  4410.         that uses CON: windows.  This program is shareware, and well
  4411.         worth a donation to the author.  Version 1.0, binary only.
  4412.         Author:  William Hawes
  4413.  
  4414. WBLander    Another interesting Workbench display hack.  This one
  4415.         is really a game in disguise.  Previously released
  4416.         on disk number 85 as "Rocket", this one has been
  4417.         upgraded to have sound effects.  Binary only.
  4418.         Author:  Peter da Silva
  4419.  
  4420. ==========================  Contents of Disk 101  ==========================
  4421.  
  4422. This is disk 101 of the freely distributable AMIGA software library.
  4423. Below is a listing of the significant directories and their contents.
  4424.  
  4425. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  4426.         a clockwise circular polygon with the specified number
  4427.         of vertices.  Used, for example, to cap a cylinder or to
  4428.         generate surface detail.  Version 1.0, includes source.
  4429.         Author:  Thad Floryan
  4430.  
  4431. IconAssembler   This program loads existing WorkBench icon files and
  4432.         allows you to change either the primary or alternate
  4433.         images to another image loaded from an IFF-brush file.
  4434.         Binary only.
  4435.         Author:  Stefan Lindahl
  4436.  
  4437. MicroSPELL  MicroSPELL is a standalone spelling checker which scans
  4438.         text files and reports on misspelled words.  It has a 1000
  4439.         word "common word" list, a 43,000 word main dictionary, and
  4440.         supports multiple user dictionaries.  Also interfaces quite
  4441.         nicely with MicroEMACS 3.9, with an emacs macro to step
  4442.         through the source file, stopping at each suspect word and
  4443.         allowing the user to dispose of it in different ways.
  4444.         Version 1.0, includes source.
  4445.         Author: Daniel Lawrence
  4446.  
  4447. Midi        A midi library and utilities set.  This looks like a
  4448.         very complete package, though I have no way of testing
  4449.         anything since I have no midi hardware.  The midi utilities
  4450.         include a midi monitor to display incoming midi messages
  4451.         to the console, a routing utility, a midi library status
  4452.         utility, and more.  Also includes source.
  4453.         Author:  Bill Barton
  4454.  
  4455. PsIntrp     A postscript interpreter that reads postscript files and
  4456.         previews them on an Amiga screen.  Interactive input and 
  4457.         output takes place in a small window.  The page to be
  4458.         show is composed behind the window in an interlaced screen
  4459.         with 16 colors.  Can also take input from a file.  Includes
  4460.         source in assembler.
  4461.         Author:  Greg Lee
  4462.  
  4463. StartUps    Three replacements for the standard C startup files,
  4464.         Astartup.obj and LStartup.obj.  The options include
  4465.         (1) BothStartup.obj, for WorkBench programs or CLI
  4466.         programs with or without command line parameters,
  4467.         (2) WBStartup.obj, for WorkBench programs or CLI
  4468.         programs that require no command line parameters, and
  4469.         (3) CLIStartup.obj, for CLI programs that require command
  4470.         line parameters but do not need to be able to be runnable
  4471.         from WorkBench.  Includes source.
  4472.         Author:  Bryce Nesbitt
  4473.  
  4474. ==========================  Contents of Disk 102  ==========================
  4475.  
  4476. This is disk 102 of the freely distributable AMIGA software library.
  4477. Below is a listing of the significant directories and their contents.
  4478.  
  4479. Dbug        Machine independent macro based C debugging package.
  4480.         Provides function trace, selective printing of internal 
  4481.         state information, and more.  This is an update to the
  4482.         version released on disk 41, and now includes a machine
  4483.         independent profiling mechanism.  Includes source.
  4484.         Author:  Fred Fish; profiling support by Binayak Banerjee
  4485.  
  4486. Match_stuff Heavy duty text pattern matching stuff.  The pattern
  4487.         syntax is an extension of standard AmigaDOS filename
  4488.         matching.  Also includes some simply matched text
  4489.         replacement capability.  Includes source.
  4490.         Author:  Pete Goodeve
  4491.  
  4492. Sectorama   A program designed to help Amiga users recover lost or
  4493.         damaged data from floppy or hard drives, or to repair
  4494.         a damaged volume.  The author wrote this out of
  4495.         frustration with existing tools when he had multiple
  4496.         hard disk drive failures over the course of several
  4497.         months.  Binary only.
  4498.         Author:  David Joiner
  4499.  
  4500. SiliCon     A smart input line interpreter that provides a separate
  4501.         command window with full editing and recall of previous
  4502.         commands.  Actual name is "Sili(Con:)".  This is an
  4503.         update to the version first released on disk number 50.
  4504.         Binary only.
  4505.         Author:  Pete Goodeve
  4506.  
  4507. Xicon       Xicon lets you use icons to call up scripts containing CLI
  4508.         commands.  This is version 2.00, an update to the version
  4509.         first released on disk 31, and includes close gadgets, window
  4510.         size specification, text display capability, plus more.
  4511.         Binary only.
  4512.         Author: Pete Goodeve
  4513.  
  4514. ==========================  Contents of Disk 103  ==========================
  4515.  
  4516. This is disk 103 of the freely distributable AMIGA software library.
  4517. Below is a listing of the significant directories and their contents.
  4518.  
  4519. AvlTrees    Library and test program that implement routines for
  4520.         creating and using balanced binary trees (AVL trees)
  4521.         held entirely in memory.  Includes source.
  4522.         Author:  Paul Vixie
  4523.  
  4524. Calc        A programmable calculator program with similarities to a
  4525.         hand-held RPN calculator.  Can run either interactively
  4526.         or in "script" mode by reading programs from a file.
  4527.         Version 1.0, shareware, binary only.
  4528.         Author:  Bob Brooks
  4529.  
  4530. Cref        A C cross referencer program.  Includes source.
  4531.         Author:  Mike Edmonds; Amiga port by Joel Swank
  4532.  
  4533. DosKwik     A pair of programs which allow you to save files, or
  4534.         a group of files, to one or more floppies for quick
  4535.         loading (loading up a ram disk for example).  Does not
  4536.         store files in DOS format, which is why it is faster.
  4537.         Binary only, shareware.
  4538.         Author:  Gary Kemper
  4539.         
  4540. IntuiDOS    IntuiDOS is a program to give improved control over,
  4541.         and handling of, the material on all diskettes in the
  4542.         'CLI-area' by employing a multi-disk, scrollable
  4543.         directory and using Intuition techniques to issue
  4544.         DOS commands.  Written in assembler.  Binary only.
  4545.         Author:  Lennart Sandin
  4546.  
  4547. MFF-Update  A text import utility for MicroFiche Filer (demo version
  4548.         released on disk 89) and updates to some PD disk library
  4549.         databases.  Binary only.
  4550.         Author:  Gary Samad
  4551.  
  4552. Pack-It     Pack-it will take all the files and directories on a disk
  4553.         and pack them into a single file for electronic transmission
  4554.         via modem.  Binary only, shareware.
  4555.         Author:  Gary Kemper
  4556.  
  4557. Sol     Amiga version of solitaire game posted to usenet some
  4558.         time ago and modified to use Amiga console control codes
  4559.         in place of curses calls.  Includes source.
  4560.         Author:  David Goodenough; Amiga port by Joel Swank
  4561.  
  4562. ==========================  Contents of Disk 104  ==========================
  4563.  
  4564. This is disk 104 of the freely distributable AMIGA software library.
  4565. This disk contains a copy of Glenn Everhart's large and powerful
  4566. spreadsheet program called AnalytiCalc, submitted to me directly by
  4567. Glenn for inclusion in the library.  The remainder of this file
  4568. is Glenn's "Abstract.txt" file that describes AnalytiCalc.
  4569. Source and documentation is included on the disk in arc'd form because
  4570. it otherwise would not all fit on the disk.
  4571.  
  4572. ====================
  4573.  
  4574.     AnalytiCalc Abstract:
  4575.  
  4576.     AnalytiCalc is a large and powerful spreadsheet program with
  4577. sufficient extra features to have some pretentions of acting as an
  4578. "integrated system". It is a virtual memory system supporting up to
  4579. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  4580. system, built-in cell annotation, and datafile access from any cell(s)
  4581. of the sheet, plus an array of functions not present in most commercial
  4582. spreadsheets. This disk represents the initial Amiga port of AnalytiCalc,
  4583. and as such the console interface is somewhat crude and in addition requires
  4584. use of a custom keymap (one such is supplied) for sensible operation. This
  4585. will be improved upon, but meanwhile the program is released with complete
  4586. sources, documents, and executables. The graphics program and the DIF
  4587. file access program are not yet ported; these will be released when
  4588. they are ready. AnalytiCalc for the Amiga uses files compatible with those
  4589. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  4590. planner spreadsheet is included in the distribution to show off some of
  4591. the things you can do. More example sheets will be forthcoming in the
  4592. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  4593. linear regression, date arithmetic, internal and external macros, LOTS
  4594. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  4595.  
  4596.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  4597. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  4598. Display sizes supported can be up to 132 characters wide by up to 76
  4599. lines long. Sorry; I don't think AnalytiCalc supports proportional
  4600. fonts very well, though it should manage not to be totally brain damaged
  4601. with them. The manual requires an 80 column printer.
  4602.     To see the documentation you need either a printer 80 columns wide
  4603. to print it, or an 80 column screen to view it on.
  4604.  
  4605.         SOME DO-NOT'S
  4606.  
  4607.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  4608.  
  4609.         2.  DO NOT forget to make regular backup copies of your database.
  4610.  
  4611.         3.  DO NOT exit (X) the progam without saving your work if you
  4612.         want it saved. (You will be asked to confirm you really want
  4613.         to leave, however.)
  4614.  
  4615.         GETTING STARTED.
  4616.  
  4617.         If you haven't already printed the documentation, please do so
  4618.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  4619.         also make sure that you have placed a "write-protect" tab on your
  4620.         AnalytiCalc distribution diskettes, so that they can't be
  4621.         accidentally erased or overwritten.
  4622.  
  4623.         You should now make a copy of your AnalytiCalc disks.  These will
  4624.         also serve as your "run-time" system diskettes.
  4625.  
  4626.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  4627.     disk and read the document files and release notes. You'll need
  4628.     a bit of AmigaDos familiarity to set things up (read how to use
  4629.     the ASSIGN command and the SETMAP command and ASSIGN something as
  4630.     DK:; also set your stack large with the STACK command.) If you
  4631.     are using disk file memory, FACC is a good thing to use also. PLEASE
  4632.     READ THE MANUALS though, to save us all a lot of headaches.
  4633.  
  4634.         SOME MAXIMUMS AND MINIMUMS.
  4635.              Minimum RAM Memory required .....................about  600K
  4636.              Minimum Disk Drives required...............................1
  4637.              Minimum Disk Storage required...........................880K
  4638.          Number of Columns......................................18000
  4639.          Number of Rows.........................................18000
  4640.          Maximum Length of Formulas (characters)..................109
  4641.          Number of cells that can be full at once...............18000
  4642.          Number of simultaneous named areas permitted.............300
  4643.          Number of scratch cells outside spreadsheet...............60
  4644.          Precision of calculations (digits; 8 bytes used)..........16
  4645.          Total maximum storage managed (bytes)..............2,113,020
  4646.          Maximum depth of document nesting (outline processor)......4
  4647.          Maximum number of parameters varying to goal seek..........8
  4648.          Maximum record size for data files accessed as database..128
  4649.          Maximum number of files namable in one sheet.........>18000
  4650.          Maximum cell columns displayable on one screen............20
  4651.          Maximum number of rows displayable in one display.........75
  4652.          Maximum simultaneous different cell display formats per
  4653.         sheet (taken from large set)...........................76
  4654.          Length of format specification (characters)................9
  4655.  
  4656.  
  4657.         DISCLAIMER.
  4658.  
  4659.         In no event will the Author be liable to you for any damages,
  4660.         including any lost profits, lost savings or other incidental or
  4661.         consequential dmages arising out of the use of or inability to use
  4662.         these programs, even if the Author has been advised of the
  4663.         possibility of such damages, or for any claim by any other party.
  4664.  
  4665.  
  4666.         THE USER-SUPPORTED CONCEPT.
  4667.  
  4668.                                User-Supported Software
  4669.            You are encouraged to copy and share this program with others.
  4670.              If after evaluating this program you find it to be useful,
  4671.                          I trust you to send a $10.00 payment.
  4672.  
  4673.                    Glenn C. Everhart
  4674.                                25 Sleigh Ride Rd.
  4675.                    Glen Mills, Pa. 19342
  4676.  
  4677. To Be Done:
  4678. Future plans for AnalytiCalc:
  4679.     1. Add TAN, ASIN, ACOS, and 2-argument ATAN (one argument ATAN
  4680.     is present now). (Done in VAX version; trivial mod.)
  4681.     2. Interface to raw: device instead of con: device and add more
  4682.     flexible parsing of keystrokes so custom keymaps can be junked.
  4683.     3. Allow data files to be on a logical device. (Actually, FACC
  4684.     may make this need obsolete).
  4685.     4. Minor cleanups to XQTCMD and a couple other places to clean
  4686.     up and more thoroughly bullet proof the code.
  4687.     5. Fix bugs as they are discovered.
  4688.     6. Allow use on non-interlaced screens by redoing the two command
  4689.     and display windows as pseudo-requestors.
  4690.  
  4691. Auxiliary files:
  4692.     1. Port DIFDB (DIF to database or AnalytiCalc saved format and
  4693.     back converter) to Amiga.
  4694.     2. Port PCGRAF to Amiga.
  4695.     3. Port some of the BASIC graphics packages to Amiga. Possibly
  4696.     compile some of them.
  4697.     4. Supply the Business Expense Report, manpower planner, and
  4698.     income tax templates as extra examples. Possibly do a game of 
  4699.     LIFE template too, just for fun.
  4700.  
  4701. Other programs:
  4702.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  4703.     has already been done porting from CDC to VAX to MSDOS (the last
  4704.     by me), and should be straightforward).
  4705.  
  4706. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  4707. would like to acknowledge gratefully its contribution. He who wants to
  4708. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  4709. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  4710. invited to recompile this program to use the faster chips. I didn't have
  4711. either money or machine to try a 68020/68881 version, but see no reason
  4712. why it would fail.
  4713.  
  4714.     Glenn Everhart
  4715.     5 October 1987
  4716.  
  4717. ==========================  Contents of Disk 105  ==========================
  4718.  
  4719. This is disk 105 of the freely distributable AMIGA software library.
  4720. Below is a listing of the significant directories and their contents.
  4721.  
  4722. AsmProgs    Some misc assembly tools, programs, etc.  "AsmFilter"
  4723.         (actually in AmigaBASIC) turns the output of the Metacomco
  4724.         disassembler into a file that can be re-assembled.
  4725.         "AddKickMem" adds the KickStart memory to your free memory
  4726.         on an Amiga 1000 with Kickstart in ROM.  "Clear" fills 
  4727.         unused areas of memory with a specific byte pattern.
  4728.         "L" is a replacement for the BCPL "list" program, but
  4729.         with some graphics enhancements.  "SharpFont" is an
  4730.         8 pixel non-proportional font.  "Stack" is a replacement
  4731.         for the BCPL stack program.  Includes some source.
  4732.         Author:  Glen McDiarmid and Kirk Davies
  4733.  
  4734. BasicProgs  Some more AmigaBASIC programs.  LeastSquare solves
  4735.         least squares problems and graphs the results.  Curves
  4736.         is a demo of one use for LeastSquare (find curves to
  4737.         fit a set of points).  Freud is a Freudian analysis
  4738.         program.  Includes source, needs AmigaBASIC from Extras.
  4739.         Author:  George Trepal
  4740.  
  4741. Bison       A replacement for unix "yacc" command.  This is from
  4742.         the GNU (GNU is Not Unix) effort, and was obtained
  4743.         from the Free Software Foundation.  This is an update
  4744.         to the version on disk 51, with some more bug fixes
  4745.         provided by Fred Walter.  Includes source.
  4746.         Author: Bob Corbett and Richard Stallman.  Bug fixes
  4747.             by Johan Widen, Doug Leavitt, & Fred Walter
  4748.  
  4749. DrunkenMouse    Another cute program in the tradition of "display hacks".
  4750.         Includes source.
  4751.         Author:  Alex Livshits
  4752.  
  4753. FlamKey     Installs a little key on the WorkBench screen title
  4754.         bar, and then waits in background until somebody clicks
  4755.         on the key.  When activated, allows the keyboard and mouse
  4756.         inputs to be locked out until a password is entered.
  4757.         Shareware, binary only.
  4758.         Author:  Alex Livshits
  4759.  
  4760. GravityWars The object of this game is for one player to hit the
  4761.         other player's ship with a missle, before being hit
  4762.         yourself.  The ships and planets don't move, but
  4763.         aiming the missle in the presence of gravity fields
  4764.         and black holes makes hitting your target difficult.
  4765.         Version 2.0, shareware, binary only.  This is an update
  4766.         to the version on disk number 84.
  4767.         Author:  Ed Bartz
  4768.  
  4769. IPo2C       A utility to write a C-language definition of the current
  4770.         intuition pointer to a file, which can then be used
  4771.         in a program via SetPointer to mimic the intuition pointer.
  4772.         Includes source.
  4773.         Author:  Alex Livshits
  4774.  
  4775. Pere-et-Fils    Example of creating and using reentrant processes.
  4776.         Includes source.
  4777.         Author: Jean-Michel Forgeas
  4778.  
  4779. Record-Replay   A program that records a sequence of mouse and keyboard
  4780.         events as they occur and stores them in a file.  The file
  4781.         can be played back to cause the same sequence of events to
  4782.         occur again.  Very useful for creating demonstrations
  4783.         of programs or documenting repeatable bugs.  This is
  4784.         version 2.0, an update to the version on disk 95.
  4785.         Shareware, binary only.
  4786.         Author:  Alex Livshits and J-M. Forgeas
  4787.  
  4788. ==========================  Contents of Disk 106  ==========================
  4789.  
  4790. This is disk 106 of the freely distributable AMIGA software library.
  4791. Below is a listing of the significant directories and their contents.
  4792.  
  4793.  
  4794. FuncKey     A shareware function key editor, submitted by the author
  4795.         for inclusion in the library.  This is version 1.1, an
  4796.         update to the version on disk 89. Binary only (source
  4797.         available from author).
  4798.         Author:  Anson Mah
  4799.  
  4800. MoreArt     A small selection of some additional Amiga artwork
  4801.         submitted to me since the last "art" disk.
  4802.         Authors:  Dana Dominiak and Larry Zasitko
  4803.  
  4804. QuickFlix   An IFF slideshow and cel animation program that takes
  4805.         full advantage of the Amiga's multitasking operating
  4806.         system, supports all the graphics modes, can run with
  4807.         internal timing or be triggered by an external source,
  4808.         caches images in memory to achieve rapid frame rate,
  4809.         etc.  Version 0.13, binary only, shareware.
  4810.         Author:  Jeff Kunzelman, Rodney Iwashina, Takeshi Suganuma
  4811.  
  4812. RistiNolla  A Finnish game.  The name means something like CrossZero,
  4813.         and is also called Go-Moku.  Version 1.0, shareware, binary
  4814.         only.
  4815.         Author:  Mika Pihlajamaki
  4816.  
  4817. ==========================  Contents of Disk 107  ==========================
  4818.  
  4819. This is disk 107 of the freely distributable AMIGA software library.
  4820. Below is a listing of the significant directories and their contents.
  4821.  
  4822.  
  4823. Csh     Version 2.07 of Matt Dillon's csh like shell, modified
  4824.         for Manx C.  Includes source.
  4825.         Author:  Matt Dillon, Manx'ified by Steve Drew
  4826.  
  4827. Diff        A file comparison utility, similar to other common
  4828.         "diff" programs.  Includes source.
  4829.         Author:  D. Krantz;  Amiga port by Jeff Bailey
  4830.  
  4831. ProSuite    This is the Amiga Programmers Suite Book 1.01.  The
  4832.         suite provides example code of facilities that every
  4833.         programmer needs (such as FileIO Requester), provides
  4834.         examples of new facilities (such as XText and DoRequest),
  4835.         and provides a tutorial on how to program the Amiga.
  4836.         Includes source.
  4837.         Author:  R.J. Mical
  4838.  
  4839. SVTools     Some additional useful tools from Stephen Vermeulen.
  4840.         Includes a new version of Vnews, sit, setstack, retool,
  4841.         memlist, fragit, and yoyo.  Includes source.
  4842.         Author:  Stephen Vermeulen
  4843.  
  4844. ==========================  Contents of Disk 108  ==========================
  4845.  
  4846. This is disk 108 of the freely distributable AMIGA software library.
  4847. Below is a listing of the significant directories and their contents.
  4848.  
  4849.  
  4850. AList       A directory listing program based on Dave Haynie's LD4
  4851.         program, with extensions and enhancements.  Includes source.
  4852.         Author:  Ed Kivi (original by Dave Haynie)
  4853.  
  4854. DirMaster   A very nicely done shareware disk cataloger, submitted
  4855.         by the author for inclusion in the library.  This is version
  4856.         1.0b, an update to the version released on disk 89.  Binary
  4857.         only.
  4858.         Author:  Greg Peters
  4859.  
  4860. Dots-Perfect    Printer driver for an Epson MX80 printer with the 
  4861.         Dots-Perfect upgrade kit installed.  Includes source.
  4862.         Author:  Robbie Akins
  4863.  
  4864. MonIDCMP    MonIDCMP lets you monitor the IntuiMessages that pass through
  4865.         an IDCMP window.  It prints the message class, mouse
  4866.         coordinates, qualifier values, and other useful information
  4867.         when appropriate.  Great for debugging applications and
  4868.         for snooping around in the inner workings of other programs.
  4869.         Includes source.
  4870.         Author:  Davide Cervone
  4871.  
  4872. PrintPop    A utility to enable the user to send some common control
  4873.         settings to the PRT: printer device.  When installed, a
  4874.         left-amiga F1 sequence will pop up a small window with
  4875.         various options.  Includes source.
  4876.         Author:  Robbie Akins
  4877.  
  4878. Sectorama   A program designed to help Amiga users recover lost or
  4879.         damaged data from floppy or hard drives, or to repair
  4880.         a damaged volume.  The author wrote this out of
  4881.         frustration with existing tools when he had multiple
  4882.         hard disk drive failures over the course of several
  4883.         months.  This is version 1.1, an update to the version
  4884.         on disk 102.  Binary only.
  4885.         Author:  David Joiner
  4886.  
  4887. Tek     An enhanced version of Dave Wecker's vt100 (v2.6) which
  4888.         includes emulation for a Tektronix 4010/4014 graphics 
  4889.         terminal.  This is a much improved version of the Tek4010
  4890.         program from disk number 52.  Includes source.
  4891.         Author:  Enhancements by Nick Giordano and Terry Whelan
  4892.  
  4893. Zoo     A file archiver, much like "arc" in concept, but different
  4894.         in implementation and user interface details.  Includes
  4895.         some nice features that "arc" lacks (such as file/path
  4896.         names up to 255 characters in length).  This is version
  4897.         1.42B, an update to the version released on disk 87.
  4898.         Binary only.
  4899.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  4900.  
  4901. ==========================  Contents of Disk 109  ==========================
  4902.  
  4903. This is disk 109 of the freely distributable AMIGA software library.
  4904. Below is a listing of the significant directories and their contents.
  4905.  
  4906.  
  4907. Machine     A neat new animation from Allen Hastings.
  4908.         Author:  Allen Hastings
  4909.  
  4910. SimCPM      A CP/M simulator for the Amiga.  Simulates an 8080
  4911.         along with H19 terminal emulation.  Includes source.
  4912.         Author:  Jim Cathey; Amiga port by Charlie Gibbs
  4913.  
  4914. UUpc        Version 1.0 of a suite of programs that will allow you
  4915.         hook up your Amiga as a usenet node.  Includes source.
  4916.         Author:  Richard Lamb, Stuart Lynne, Jeff Lydiatt
  4917. ==========================  Contents of Disk 110  ==========================
  4918.  
  4919. This is disk 110 of the freely distributable AMIGA software library.
  4920. Below is a listing of the significant directories and their contents.
  4921.  
  4922.  
  4923. A68k        A 68000 assembler originally written in Modula-2 in
  4924.         1985 and converted to C by Charlie Gibb in 1987.  Has
  4925.         been converted to accept metacomco-compatible assembler
  4926.         source code and to generate Amiga objects.  Includes source.
  4927.         Author:  Brian Anderson; C translation and Amiga work
  4928.              done by Charlie Gibb
  4929.  
  4930.  
  4931. Pdc     An optimizing C compiler for the 68000 processor.  This
  4932.         is an update to the version first released on disk 53,
  4933.         though apparently not based on the code from that disk.
  4934.         Major porting work was done by Jeff Lydiatt to get it to
  4935.         the point where it would compile and execute simple programs
  4936.         on the Amiga.  This version now generates metacomco-
  4937.         compatible assembler source code, which can be assembled by
  4938.         the assembler also provided on this disk and then linked by
  4939.         the freely redistributable linker "blink" (also provided).
  4940.         Includes all compiler source and some library and startup
  4941.         source code.  Requires amiga.lib from developers kit to
  4942.         generate complete running example executables.
  4943.         Author:  Matthew Brandt; major porting work by Jeff Lydiatt
  4944.  
  4945.  
  4946. ==========================  Contents of Disk 111  ==========================
  4947.  
  4948. This is disk 111 of the freely distributable AMIGA software library.
  4949. Below is a listing of the significant directories and their contents.
  4950.  
  4951.  
  4952. AmyLoad     A graphical monitor of cpu, blitter, and memory use.
  4953.         Includes two components; load.device, which monitors
  4954.         system parameters, and amyload, which is the user
  4955.         interface and display program.  Includes source.
  4956.         Author:  Jeff Kelley
  4957.  
  4958. AssignDev   Assigns multiple names to a given device.  For example,
  4959.         allows the names "df0:" and "df3:" to refer to the
  4960.         same physical device.  This is a modified version of
  4961.         the original released on disk number 79.  Includes source.  
  4962.         Author:  Phillip Lindsay, mods by Olaf Seibert
  4963.  
  4964. Gauge       Continuously displays memory usage in a vertical bar
  4965.         graph, similar to the workbench "fuel gauge" type 
  4966.         display for disk space.  Binary only.
  4967.         Author:  Peter da Silva
  4968.  
  4969. HeliosMouse Another "sunmouse" type program.  Automatically activates
  4970.         a window simply by moving the mouse pointer into the window.
  4971.         Version 1.1, an update to the version released on disk 94.
  4972.         Includes source.
  4973.         Author:  Davide Cervone
  4974.  
  4975. Labels      Alphabetic and numeric ordered cross reference lists
  4976.         of defined system constants.  Recommended for debugging
  4977.         purposes only, use the symbolic values in programs!
  4978.         Author:  Olaf Seibert
  4979.  
  4980. Mandel      Another mandelbrot generator program, with bits and pieces
  4981.         of code from C. Heath and R.J. Mical.  Includes source.
  4982.         Author:  Olaf Seibert
  4983.  
  4984. PopLife     A PopCLI type thingie that instead plays life all over your
  4985.         screen.  Lots of bits and pieces from Tomas Rokicki's blitlab
  4986.         and John Toebes' PopCLI.  Includes source.
  4987.         Author:  Olaf Seibert
  4988.  
  4989. ==========================  Contents of Disk 112  ==========================
  4990.  
  4991. This is disk 112 of the freely distributable AMIGA software library.
  4992. Below is a listing of the significant directories and their contents.
  4993.  
  4994.  
  4995. BeachBirds  Jerrold Tunnell's entry to the Badge Killer Demo
  4996.         Contest.  Uses sprites and sound to portray a beach
  4997.         scene.  Runs on a 512K machine.  Binary only.
  4998.         Author:  Jerrold Tunnell
  4999.  
  5000. Bully       Mike Meyer's entry for the Badge Killer Demo Contest.
  5001.         Pushes all open screens around (thus the name "bully").
  5002.         Designed for showing off more than one demo at a time
  5003.         Includes source.
  5004.         Author:  Mike Meyer
  5005.  
  5006. DropShadow  Dropshadow version 2, rev 0, for use with Bryce
  5007.         Nesbitt's Wavebench demo.  Binary only.
  5008.         Author:  Jim Mackraz
  5009.  
  5010. HagenDemos  Joel Hagen's Badge Killer Demo contest entries, "RGB"
  5011.         and "Focus".  RGB was the overall winner of the contest.
  5012.         It requires a one meg Amiga to run.  Binary only.
  5013.         Author:  Joel Hagen
  5014.  
  5015. Viacom      Latest version of viacom for use in conjuction with
  5016.         the WaveBench demo.  Binary only.
  5017.         Author:  Leo Schwab and Bryce Nesbitt
  5018.  
  5019. WaveBench   This is Bryce Nesbitt's Badge Killer Demo Contest entry.
  5020.         It is a neat screen hack, and runs on 512K machines.
  5021.         For more laughs, try in conjunction with Viacom or
  5022.         Ds (Dropshadow).  Includes source.
  5023.         Author:  Bryce Nesbitt
  5024.  
  5025. ==========================  Contents of Disk 113  ==========================
  5026.  
  5027. This is disk 113 of the freely distributable AMIGA software library.
  5028. Below is a listing of the significant directories and their contents.
  5029.  
  5030. AmiCron     A simple Unix "cron" type program, which is a background
  5031.         task that uses a disk-resident table to automatically
  5032.         run certain tasks on a regular basis, at specific times.
  5033.         Version 2.3, includes source.
  5034.         Author:  Steve Sampson, Amiga port by Rick Schaeffer
  5035.  
  5036. Dme     Version 1.28f of Matt's text editor.  Dme is a simple 
  5037.         WYSIWYG editor designed for programmers.  It is not a
  5038.         WYSIWYG word processor in the traditional sense.  Features
  5039.         include arbitrary key mapping, fast scrolling, title-line
  5040.         statistics multiple windows, and ability to iconify windows.
  5041.         Update to version on disk number 93, includes source.
  5042.         Author:  Matt Dillon
  5043.  
  5044. DosDev      Example DOS device driver in Manx C.  Version 1.10,
  5045.         includes source.
  5046.         Author:  Matt Dillon
  5047.  
  5048. M2Amiga     Demo version of the final product M2Amiga. A fast single
  5049.         pass Modula-2 compiler with editor, linker, a small set of
  5050.         interface and standard libraries. Compiles only small demo
  5051.         programs by limiting codesize and imports.  Further 
  5052.         development of the ETHZ compiler on Disk 24. Binary only.
  5053.         Demos with source.
  5054.         Authors: R. Degen, C. Nieder, M. Schaub, J. Straube (AMSoft)
  5055.  
  5056. NoIconPos   This program clears the position info of any of your icons
  5057.         to allow WorkBench to pick a reasonable place for the icon
  5058.         again. Useful for disk and drawer icons where Snapshot 
  5059.         rewrites the icon and the window information. Written in 
  5060.         Modula-2, another demo for M2Amiga, showing the simplicity 
  5061.         of programming with this Modula-2 compiler.
  5062.         Author: Markus. Schaub
  5063.  
  5064. ==========================  Contents of Disk 114  ==========================
  5065.  
  5066. This is disk 114 of the freely distributable AMIGA software library.
  5067. Below is a listing of the significant directories and their contents.
  5068.  
  5069. CDecl       English to C (and vice versa) translator for C
  5070.         declarations.  This little gem will translate english
  5071.         such as "declare foo as pointer to function returning
  5072.         pointer to array 10 of pointer to long" into
  5073.         "long *(*(*foo)())[10]", and vice versa.  An absolute
  5074.         must for anyone except possibly the most hardcore C guru.
  5075.         Includes source.
  5076.         Author:  Graham Ross
  5077.  
  5078. Vt100       Version 2.7 of Dave's vt100 terminal emulator with
  5079.         kermit and xmodem file transfer.  Includes a few bug
  5080.         fixes posted to Usenet shortly after the posting of
  5081.         version 2.7.  This is an update to the version released
  5082.         on disk 55.  Includes source.
  5083.         Author:  Dave Wecker
  5084.  
  5085. WBLander    This entry from the Badge Killer Demo Contest is
  5086.         a special version of the WBLander program from
  5087.         disk 100.  The ending is unique.  Also uses sound
  5088.         effectively.  Includes source.
  5089.         Authors:  Peter da Silva and Karl Lehenbauer
  5090.  
  5091. ==========================  Contents of Disk 115  ==========================
  5092.  
  5093. This is disk 115 of the freely distributable AMIGA software library.
  5094. Below is a listing of the significant directories and their contents.
  5095.  
  5096. Killer      Killer is an incredible demo written by Robert Wilt.
  5097.         It won fourth place in the Badge Killer Demo Contest.
  5098.         Requires at least one meg of memory to run.  Sound is
  5099.         also an important part of the demo so be sure to turn
  5100.         it up.  Binary only.
  5101.         Author:  Robert Wilt
  5102.  
  5103. Marketroid  Marketroid is Leo's entry for the Badge Killer Demo
  5104.         Contest.  It is another devious sprite oriented demo
  5105.         with lots of "in" jokes.  Runs on a 512K machine.
  5106.         Includes source.
  5107.         Author:  Leo Schwab
  5108.  
  5109. ==========================  Contents of Disk 116  ==========================
  5110.  
  5111. This is disk 116 of the freely distributable AMIGA software library.
  5112. Below is a listing of the significant directories and their contents.
  5113.  
  5114.  
  5115. Movies      A ram animation system with three different example
  5116.         animations; Kahnankas, Rocker, and F-15.  Kahnankas won
  5117.         a close second in the Badge Killer Demo Contest.  Both
  5118.         Kahnankas and Rocker run on a 512K Amiga and show off
  5119.         overscan HAM mode.  Includes a animation player program
  5120.         (movie), animation builder programs (dilbm, pilbm), and
  5121.         a text/graphics display program (vilbm).
  5122.         Authors:  Eric Graham, Ken Offer, 
  5123.  
  5124. ==========================  Contents of Disk 117  ==========================
  5125.  
  5126. This is disk 117 of the freely distributable AMIGA software library.
  5127. Below is a listing of the significant directories and their contents.
  5128.  
  5129.  
  5130. AMUC_Demo   A really neat horizontal scrolling demo that is a 
  5131.         2400 x 200 pixel 32 color IFF picture composed of
  5132.         digiview snapshots of members of the AMiga Users
  5133.         of Calgary, superimposed on a very wide picture of the
  5134.         Calgary Skyline.  Binary only.
  5135.         Author:  Stephen Vermeulen and Stephen Jeans
  5136.  
  5137. ExP_Demo    Demo version of Express Paint 1.1.  This is the program
  5138.         that was used to create the huge scrolling demo picture 
  5139.         in the AMUC_Demo drawer on this same disk.  Binary only.
  5140.         Author:  Stephen Vermeulen
  5141.  
  5142. ==========================  Contents of Disk 118  ==========================
  5143.  
  5144. This is disk 118 of the freely distributable AMIGA software library.
  5145. Below is a listing of the significant directories and their contents.
  5146.  
  5147.  
  5148. Empire      This is a complete rewrite, from the ground up, in
  5149.         Draco, of Peter Langston's Empire game.  Empire is
  5150.         a multiplayer game of exploration, economics, war,
  5151.         etc, which can last a couple of months.  Can be
  5152.         played either on the local keyboard or remotely
  5153.         through a modem.  This is version 1.0, shareware,
  5154.         and includes source code.
  5155.         Author:  Chris Gray, original game by Peter Langston
  5156.  
  5157. HAMmmm      This is Phil's entry for the Badge Killer Demo Contest.
  5158.         HAMmmm displays lines whose end points are bouncing around
  5159.         the screen, which is a double buffered HAM screen.
  5160.         The Y positions of the points are continuously copied
  5161.         into an audio waveform that is played on all four
  5162.         channels, and the pitch of a just intoned chord is
  5163.         derived from the average X position of these points.
  5164.         Includes source in JForth.
  5165.         Author:  Phil Burk
  5166.  
  5167. Stars       Hobie's entry for the Badge Killer Demo Contest.
  5168.         Based on original code by Leo Schwab, has credits
  5169.         longer than the actual demo.  Runs on 512K Amiga.
  5170.         Binary only.
  5171.         Author:  Hobie Orris
  5172.  
  5173. WireDemo    Matt's entry for the Badge Killer Demo Contest.
  5174.         Demonstrates the Amiga's line drawing speed.
  5175.         Runs on a 512K Amiga.  Includes source.
  5176.         Author:  Matt Dillon
  5177.  
  5178. ==========================  Contents of Disk 119  ==========================
  5179.  
  5180. This is disk 119 of the freely distributable AMIGA software library.
  5181. Below is a listing of the significant directories and their contents.
  5182.  
  5183. MicroEMACS  Version 3.9e of Daniel Lawrence's variant of Dave
  5184.         Conroy's microemacs.  This is an update to the version
  5185.         released on disk 93.  Also included, for the first time,
  5186.         is extensive documentation in machine readable form.
  5187.         Includes source.
  5188.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  5189. ==========================  Contents of Disk 120  ==========================
  5190.  
  5191. This is disk 120 of the freely distributable AMIGA software library.
  5192. Below is a listing of the significant directories and their contents.
  5193.  
  5194.  
  5195. Amoeba      This clone of Space Invaders is one of the best freely
  5196.         redistributable games for the Amiga to date.  Unlike
  5197.         many commercial games, it even works correctly in a
  5198.         multitasking environment (by not requiring you to
  5199.         reboot just to play a game).  Highly recommended!
  5200.         Binary only.
  5201.         Author:  LateNight Developments
  5202.  
  5203. BackGammon  A graphical Backgammon game done as an undergraduate
  5204.         A.I. course project.  Version 1.0, includes source.
  5205.         Author:  Robert Pfister
  5206.  
  5207. Bankn       A complete checkbook system offered by the author as
  5208.         shareware.  Version 1.3, binary only.
  5209.         Author:  Hal Carter
  5210.  
  5211. EgyptianRun Cute little "road race + hazards" type game.  Version
  5212.         1.1, binary only, shareware, source available from author.
  5213.         Author:  Chris Hames
  5214.  
  5215. IconImage   Program to replace an old icon image with a new image,
  5216.         without affecting icontype, drawer data, etc.
  5217.         Includes source.
  5218.         Author:  Denis Green
  5219.  
  5220. ==========================  Contents of Disk 121  ==========================
  5221.  
  5222. This is disk 121 of the freely distributable AMIGA software library.
  5223. Below is a listing of the significant directories and their contents.
  5224.  
  5225.  
  5226. BasicStrip  An AmigaBASIC program that helps to convert programs
  5227.         written in other forms of Basic to AmigaBASIC.
  5228.         Author:  George Trepal
  5229.  
  5230. DataPlot    A shareware plotting program written in AmigaBASIC.
  5231.         Also includes a least squares curve fit program.
  5232.         Author:  Dale Holt
  5233.  
  5234. Plot        A shareware 3-D graphing program written in AmigaBASIC,
  5235.         with some sample output plots.  Source available from
  5236.         author.
  5237.         Author:  George Trepal
  5238.  
  5239. Stairs      This AmigaBASIC program demonstrates a musical
  5240.         illusion based upon perceptual circularity of widely
  5241.         spaced tones whose volumes are defined as a
  5242.         sinusoidal relationship to their frequency.
  5243.         Author:  Gary Cuba
  5244.  
  5245. Uedit       Version 2.3 of this nice shareware editor.  Has learn
  5246.         mode, a command language, menu customization, and other
  5247.         user configurability and customizability features.
  5248.         Binary only, shareware, update to version on disk 60.
  5249.         Author:  Rick Stiles
  5250.  
  5251. WBColors    A simple little program to change the Workbench colors
  5252.         to a predetermined color set, for programs that expect
  5253.         to be booted off their distribution disk but instead
  5254.         are run from a hard disk.  Includes source.
  5255.         Author:  Stefan Lindahl
  5256.  
  5257. ==========================  Contents of Disk 122  ==========================
  5258.  
  5259. This is disk 122 of the freely distributable AMIGA software library.
  5260. Below is a listing of the significant directories and their contents.
  5261.  
  5262.  
  5263. Asteriods   Nicely done "blast the asteriods" type game.  Unique
  5264.         feature is that all the images and sounds are replaceable
  5265.         by the end user.  So instead of ships and rocks, you can
  5266.         have an Amiga against a horde of IBMPC's if you wish.
  5267.         Author:  Rico Mariani
  5268.  
  5269. Iff2Pcs     An interactive puzzle program that takes any IFF file
  5270.         containing up to 16 colors, and breaks it up into squares
  5271.         to make a puzzle which the user can then piece back
  5272.         together again.  Version 1.0, includes source.
  5273.         Author:  Ali Ozer
  5274.  
  5275. Names       A shareware program to create and manage mailing lists.
  5276.         Binary only.
  5277.         Author:  Ernie Nelson
  5278.  
  5279. Pr      A little utility to print listings in different formats.
  5280.         Similar to the Unix "pr" program.  Includes source.
  5281.         Author:  Samuel Paolucci
  5282.  
  5283. PushOver    A neat little board strategy game, in AmigaBASIC.  Push
  5284.         your pieces onto the board until you get five in a row
  5285.         in any direction.  Includes source.
  5286.         Author:  Russ Yost
  5287.  
  5288. PuzzlePro   Create a puzzle from an IFF picture, which the user can
  5289.         then piece back together again.  Written in AmigaBASIC.
  5290.         Version 1.0, binary only, shareware, source available
  5291.         from author.
  5292.         Author:  Syd Bolton
  5293.  
  5294. ==========================  Contents of Disk 123  ==========================
  5295.  
  5296. This is disk 123 of the freely distributable AMIGA software library.
  5297. Below is a listing of the significant directories and their contents.
  5298.  
  5299.  
  5300. Arp     ARP stands for "AmigaDOS Replacement Project".  Arp
  5301.         is an effort led by Charlie Heath of Microsmiths Inc.,
  5302.         to replace the current DOS in a compatible fashion, so
  5303.         that current programs will continue to work.  Arp also
  5304.         makes whatever improvements are possible, so that current
  5305.         and future programs will work better.
  5306.         Author:  Various authors contributed work
  5307.  
  5308. Car     This animation is one of Allen's entries to the Badge
  5309.         Killer Demo Contest.  It apparently is an inside joke
  5310.         relating to a well known Amigan's experience with
  5311.         a certain highend graphics hardware manufacturer.
  5312.         Author:  Allen Hastings
  5313.  
  5314. ==========================  Contents of Disk 124  ==========================
  5315.  
  5316. This is disk 124 of the freely distributable AMIGA software library.
  5317. Below is a listing of the significant directories and their contents.
  5318.  
  5319.  
  5320. Icons       Some sample animated icons.  You might find just the
  5321.         icon for that refugee CLI program you've been meaning
  5322.         to make runable from the WorkBench environment.
  5323.         Author:  L. Pfost
  5324.  
  5325. Tarot       An AmigaBASIC program written by the author as an exercise
  5326.         for learning BASIC.  Contains some nice graphic renditions
  5327.         of tarot cards.
  5328.         Author:  L.Pfost
  5329.  
  5330. ==========================  Contents of Disk 125  ==========================
  5331.  
  5332. This is disk 125 of the freely distributable AMIGA software library.
  5333. Below is a listing of the significant directories and their contents.
  5334.  
  5335.  
  5336. ElGato      This animation is Kevin's entry to the Badge Killer
  5337.         Demo Contest.  It also has a background music
  5338.         arrangement, that requires Sonix to use.
  5339.         Author:  Kevin Sullivan
  5340.  
  5341. ==========================  Contents of Disk 126  ==========================
  5342.  
  5343. This is disk 126 of the freely distributable AMIGA software library.
  5344. Below is a listing of the significant directories and their contents.
  5345.  
  5346.  
  5347. Colour      A program to manipulate the colors of specific named
  5348.         screens, saving their current color sets to data files,
  5349.         loading new color sets from data files, or interactively
  5350.         changing the colors.  Includes source.
  5351.         Author:  John Russell
  5352.  
  5353. Dance       These two programs, "dancing polygons", are John's
  5354.         entry to the Badge Killer Demo Contest.  They are
  5355.         variations of one another, but demonstrate the range
  5356.         of colors available on the Amiga.  Includes source.
  5357.         Author:  John Olsen
  5358.  
  5359. HBHill      This animation is one of Kevin's entries to the Badge
  5360.         Killer Demo Contest.  It is the first known animation
  5361.         that makes use of the Amiga's "Extra Half Brite" mode.
  5362.         Author:  Kevin Sullivan
  5363.  
  5364. Iconify     A subroutine that creates an icon on the Amiga screen
  5365.         that can be subsequently dragged around, and double-
  5366.         clicked on.  You can use this to have your programs
  5367.         "iconify" themselves to temporarily get out of the user's
  5368.         way.  Includes source and demo program.
  5369.         Author:  Leo Schwab
  5370.  
  5371. OnlyAmiga   This animation is Iqbal's entry to the Badge Killer
  5372.         Demo Contest.  It consists of tree balls being
  5373.         juggled by pyramids rotating on their tops.
  5374.         Author:  Iqbal Singh Hans
  5375.  
  5376. Suplib      The support library needed to rebuild various programs
  5377.         of Matt's from the source, including DME, DTERM, etc.
  5378.         Includes source.
  5379.         Author:  Matt Dillon
  5380.  
  5381. VCheck      Version 1.2 of the virus detection program from
  5382.         Commodore Amiga Technical Support.  This version
  5383.         will test for the presence of a virus in memory,
  5384.         or on specific disks.  Binary only.
  5385.         Author:  Bill Koester.
  5386.  
  5387. ==========================  Contents of Disk 127  ==========================
  5388.  
  5389. This is disk 127 of the freely distributable AMIGA software library.
  5390. Below is a listing of the significant directories and their contents.
  5391.  
  5392.  
  5393. Bounce      This program is Steve and Tom's entry for the Badge
  5394.         Killer Demo Contest.  It creates little dots that
  5395.         bounce around and multiply.  Includes source.
  5396.         Author:  Steve Hansel and Tom Hansel
  5397.  
  5398. Nemesis     This demo is Mark's entry to the Badge Killer Demo
  5399.         Contest.  It is quite small for what it does, and
  5400.         won fifth place in the contest.  Binary only.
  5401.         Author:  Mark Riley
  5402.  
  5403. Ripples     This animation is one of Allen Hastings' entries to
  5404.         the Badge Killer Demo Contest.  Unlike most other 
  5405.         animations, it shows a fixed object from a moving
  5406.         point of view, rather than a moving object from a
  5407.         fixed point of view.
  5408.         Author:  Allen Hastings
  5409.  
  5410. ==========================  Contents of Disk 128  ==========================
  5411.  
  5412. This is disk 128 of the freely distributable AMIGA software library.
  5413. Below is a listing of the significant directories and their contents.
  5414.  
  5415.  
  5416. Dis     A 68000 disassembler, written in 68000 assembler.
  5417.         Includes source.
  5418.         Author:  Greg Lee
  5419.  
  5420. DropCloth   DropCloth lets you place a pattern, a 2 bitplane IFF
  5421.         image or a combination of a pattern and image, into
  5422.         the WorkBench backdrop.  Version 2.2, shareware,
  5423.         binary only.
  5424.         Author:  Eric Lavitsky
  5425.  
  5426. LedClock    An extremely simple clock program, for interlaced
  5427.         screens only.  Includes source.
  5428.         Author:  Ali Ozer
  5429.  
  5430. MRBackUp    A hard disk backup utility, that does a file by file
  5431.         copy to standard AmigaDOS floppy disks.  Includes an
  5432.         intuition interface and file compression.  Version 1.3,
  5433.         includes source.
  5434.         Author:  Mark Rinfret
  5435.  
  5436. Paint       A simple screen painting program, written in web.
  5437.         Requires web preprocessing program to rebuild from
  5438.         source.  Includes source in web.
  5439.         Author:  Greg Lee
  5440.  
  5441. PrtDriver   A printer driver for the Toshiba "3 in one" printer in
  5442.         its Qume (best) mode.  Includes source in C and 
  5443.         assembler.
  5444.         Author:  Rico Mariani
  5445.  
  5446. SDBackUp    A hard disk backup utility.  CLI interface only.
  5447.         Does file compression.  Version 1.1, binary only.
  5448.         Author:  Steve Drew
  5449.  
  5450. Sed     A clone of the Unix sed (Stream EDitor) program.
  5451.         Includes source.
  5452.         Author:  Eric Raymond
  5453.  
  5454. wKeys       A "hot-keys" program that binds keyboard function
  5455.         keys to window manipulation functions (window activation,
  5456.         front to back, moving screens, etc).  Includes source.
  5457.         Author:  Davide Cervone
  5458.  
  5459. ==========================  Contents of Disk 129  ==========================
  5460.  
  5461. This is disk 129 of the freely distributable AMIGA software library.
  5462. Below is a listing of the significant directories and their contents.
  5463.  
  5464.  
  5465. DosKwik     A pair of programs which allow you to save files, or
  5466.         a group of files, to one or more floppies for quick
  5467.         loading (loading up a ram disk for example).  Does not
  5468.         store files in DOS format, which is why it is faster.
  5469.         Version 2.0, update to version on disk 103.  Binary
  5470.         only, shareware.
  5471.         Author:  Gary Kemper
  5472.         
  5473. MRBackUp    A hard disk backup utility, that does a file by file
  5474.         copy to standard AmigaDOS floppy disks.  Includes an
  5475.         intuition interface and file compression.  Versions
  5476.         2.0 (with sources) and 2.1 (binary only, source available
  5477.         from author).  This is an update to version on disk 128.
  5478.         Author:  Mark Rinfret
  5479.  
  5480. PaintJet    An "official" Hewlett Packard PaintJet printer driver
  5481.         received directly from HP sources.  Don't settle for
  5482.         a bogus one, or pay the $50 some vendors are apparently
  5483.         asking for one.
  5484.         Author:  Unknown
  5485.  
  5486. Patch       Two independent ports of the very useful Unix utility
  5487.         "patch", which applies context diffs to text files
  5488.         to automatically update them.  Patch version 1.3 was
  5489.         ported to the Amiga by Rick Coupland and patch version
  5490.         2.0 was ported by Johan Widen.  Includes source.
  5491.         Author:  Larry Wall
  5492. ==========================  Contents of Disk 130  ==========================
  5493.  
  5494. This is disk 130 of the freely distributable AMIGA software library.
  5495. Below is a listing of the significant directories and their contents.
  5496.  
  5497.  
  5498. DirMaster   A very nicely done shareware disk cataloger, submitted
  5499.         by the author for inclusion in the library.  This is version
  5500.         1.1, an update to the version released on disk 108.  Lots
  5501.         of neat new features and enhancements.  Binary only.
  5502.         Author:  Greg Peters
  5503.  
  5504. Evo     A human evolution toy/tutorial.  Includes source.
  5505.         Author:  Steve Bonner
  5506.  
  5507. Hp      A nice RPN calculator program that supports calculations
  5508.         with binary, octal, decimal, hex, float, and complex
  5509.         numbers.  Other features include 32 registers for storing
  5510.         data and transcendental functions.  Version 1.0, includes
  5511.         source.
  5512.         Author:  Steve Bonner
  5513.  
  5514. Mach        A "mouse accelerator" program that also includes hotkeys,
  5515.         the features of sun mouse, clicktofront, and popcli, a
  5516.         title bar clock with a bbs online charge accumulator, and
  5517.         more.  Version 1.6a, includes source.
  5518.         Author:  Brian Moats
  5519.  
  5520. PatEdit     A pattern editor for creating patterns to input to
  5521.         the Amiga SetAfPt macro call.  This call sets the
  5522.         area fill pattern for the area filling graphics calls
  5523.         such as RectFill, AreaDraw, etc.  Includes source.
  5524.         Author:  Don Hyde
  5525.  
  5526. QMan        Mandelbrot generator written partially in assembly for
  5527.         speed.  Includes source.
  5528.         Author:  Steve Bonner
  5529.  
  5530. ==========================  Contents of Disk 131  ==========================
  5531.  
  5532. This is disk 131 of the freely distributable AMIGA software library.
  5533. Below is a listing of the significant directories and their contents.
  5534.  
  5535. Dfc     Copies disks like Maurader, but multitasks.  Replaces both
  5536.         diskcopy and format but is smaller than either.  It even has
  5537.         a nice little Intuition interface.  Includes source.
  5538.         Author:  Tomas Rokicki
  5539.  
  5540. HyperBase   Nice little shareware database management system.
  5541.         Version 1.6, binary only, source available from authors.
  5542.         Update to version on disk number 58.
  5543.         Author:  Michael MacKenzie, Marc Mengel, and Craig Norborg
  5544.  
  5545. Life        A new version of Tomas's ancient Life game, but with a new
  5546.         macro language for setting up patterns, some good examples,
  5547.         and some more good stuff.  Includes source.
  5548.         Author:  Tomas Rokicki
  5549.  
  5550. Mackie      A Popcli replacement that draws pretty lines on the screen
  5551.         in blanking mode.  Includes source.
  5552.         Author:  Software Distillery; enhancements by Tomas Rokicki
  5553.  
  5554. Mg1b        A version of Mg1b with an ARexx port and other improvements
  5555.         by Tomas Rokicki.  Finally you can define macros and bind
  5556.         them to function keys in your startup file!  Includes
  5557.         source.
  5558.         Author:  Various; enhancements by Tomas Rokicki
  5559.  
  5560. WFrags      Another version of Frags, but this one pops up a nice little
  5561.         window that updates occasionally.  Necessary for developers
  5562.         who wonder what their program is doing to memory, or wonder
  5563.         why they can't load that program.  Includes source.
  5564.         Author:  Tomas Rokicki
  5565.  
  5566. ==========================  Contents of Disk 132  ==========================
  5567.  
  5568. This is disk 132 of the freely distributable AMIGA software library.
  5569. Below is a listing of the significant directories and their contents.
  5570.  
  5571.  
  5572. Berserk     This animation, unveiled at the September 87 meeting
  5573.         of the First Amiga Users Group, got Leo a standing ovation.
  5574.         It is a "must see" for every Amiga user, and ranks up
  5575.         there with "Juggler" as a premier demo for the Amiga.
  5576.  
  5577.         The difference between this distribution, and the one
  5578.         on disk 100, is that this one includes "source".  I.E.
  5579.         it contains all the object descriptions necessary to
  5580.         recreate the animation.  Thus you can, if you like,
  5581.         try modifying various objects to create slightly
  5582.         different animations, or use it as an example for
  5583.         creating your own animations.
  5584.  
  5585.         Seldom does a disk get devoted to a single program,
  5586.         however animation is one of the Amiga's greatest
  5587.         strengths, and I felt it was appropriate to have at
  5588.         least one animation that was available at the
  5589.         "source code" level.
  5590.  
  5591.         Author:  Leo Schwab
  5592.  
  5593. ==========================  Contents of Disk 133  ==========================
  5594.  
  5595. This is disk 133 of the freely distributable AMIGA software library.
  5596. Below is a listing of the significant directories and their contents.
  5597.  
  5598.  
  5599. Conman      Extremely useful replacement for the standard console
  5600.         handler, that provides line editing and command line
  5601.         histories completely transparent to any application program
  5602.         that uses CON: windows.  This program is shareware, and well
  5603.         worth a donation to the author.  Version 1.1, binary only,
  5604.         update to version on disk 100.  New features include 
  5605.         additional editing keys, fast search keys, undo key, clear
  5606.         history command, and more.
  5607.         Author:  William Hawes
  5608.  
  5609. Crc     Two programs that are very useful for generating
  5610.         16-bit CRC listings of the contents of disks, and
  5611.         verifying that a given disk's files still compute
  5612.         to the same CRC's as listed.  Version 1.0, binary
  5613.         only.
  5614.         Author:  Don Kindred
  5615.  
  5616. CrcLists    Complete CRC check files for disks 1-128 of the 
  5617.         library, using the Crc program also included on
  5618.         this disk.  These were made directly from my master
  5619.         disks.
  5620.         Author:  Fred Fish
  5621.  
  5622. Overscan    Patches the Intuition library so that sizable windows
  5623.         with MaxHeight of 200 (400 in interlace) and screens with
  5624.         Height of 200 (400 in interlace) will take advantage of
  5625.         the PAL overscan capability of Intuition V1.2.  This 
  5626.         seems to be useful only for European users that wish
  5627.         to run software written for the American market, without
  5628.         modifying the applications, but still using the additional
  5629.         space.  Includes source.
  5630.         Author:  Ari Freund
  5631.  
  5632. ==========================  Contents of Disk 134  ==========================
  5633.  
  5634. This is disk 134 of the freely distributable AMIGA software library.
  5635. Below is a listing of the significant directories and their contents.
  5636.  
  5637.  
  5638. BoingThrows A 50 frame HAM animation done with Sculpt-3D, and
  5639.         minor touchups with DigiPaint.  The animation took
  5640.         about 325 hours of runtime to generate.
  5641.         Author:  Marvin Landis
  5642.  
  5643. Browser     A workbench tool, using text-only windows, that makes
  5644.         all files in the system accessible for executing,
  5645.         copying, moving, renaming, deleting, etc.  Billed
  5646.         as a "programmers workbench".  Version 1.2, binary
  5647.         only.
  5648.         Author:  Peter da Silva
  5649.  
  5650. Dme     Version 1.29 of Matt's text editor.  Dme is a simple 
  5651.         WYSIWYG editor designed for programmers.  It is not a
  5652.         WYSIWYG word processor in the traditional sense.  Features
  5653.         include arbitrary key mapping, fast scrolling, title-line
  5654.         statistics multiple windows, and ability to iconify windows.
  5655.         Update to version on disk number 113, includes source.
  5656.         Author:  Matt Dillon
  5657.  
  5658. Find        Find is a utility which searches for files that satisfy
  5659.         a given boolean expression of attributes, starting from
  5660.         a root pathname and searching recursively down through
  5661.         the hierarchy of the file system.  Very much like the
  5662.         Unix find program.  Version 1.0, includes source.
  5663.         Author:  Rodney Lewis
  5664.  
  5665. Library     Demo version of a shareware program that stores textual
  5666.         information without regard to structure or content, and
  5667.         allows complicated searching for specific patterns.
  5668.         Written in assembler for speed, binary only.
  5669.         Author:  Bill Brownson
  5670.  
  5671. SmartIcon   This shareware program, submitted by the author,
  5672.         is an Intuition objects iconifier.  Version 1.0
  5673.         is limited to iconifying windows, which is still
  5674.         very handy.  It adds a new "iconify gadget" to
  5675.         each window, that when clicked on, iconifies the
  5676.         window into an icon in the ram: disk.  Binary only,
  5677.         source available from author.
  5678.         Author:  Gauthier Groult
  5679.  
  5680. ==========================  Contents of Disk 135  ==========================
  5681.  
  5682. This is disk 135 of the freely distributable AMIGA software library.
  5683. Below is a listing of the significant directories and their contents.
  5684.  
  5685.  
  5686. TeXF        A selection of 78 TeX fonts, with a conversion
  5687.         program to convert them to Amiga fonts.  There
  5688.         are 22 different fonts at various sizes, ranging
  5689.         from 15 pixels high to more than 150 pixels.
  5690.         The conversion program can also be used with
  5691.         the fonts distributed with AmigaTeX, yielding
  5692.         an additional 1000 or so more fonts for use
  5693.         with other Amiga programs.  Version 2.5,
  5694.         binary only.
  5695.         Author:  Ali Ozer
  5696.         
  5697. ==========================  Contents of Disk 136  ==========================
  5698.  
  5699. This is disk 136 of the freely distributable AMIGA software library.
  5700. Below is a listing of the significant directories and their contents.
  5701.  
  5702.  
  5703. AsmToolBox  An assembler "toolbox" created to make interfacing 
  5704.         between assembler programs and AmigaDOS easy.  Includes
  5705.         source.
  5706.         Author:  Warren Ring
  5707.  
  5708. Bison       A replacement for unix "yacc" command.  This is from
  5709.         the GNU (GNU is Not Unix) effort.  It is a port of
  5710.         the latest GNU version, done by William Loftus, with
  5711.         the goal of preserving all of bison's current features.
  5712.         Includes source and testing program "calc".
  5713.         Author: Bob Corbett and Richard Stallman.
  5714.  
  5715. Iff2Pcs     An interactive puzzle program that takes any IFF file
  5716.         containing up to 16 colors, and breaks it up into squares
  5717.         to make a puzzle which the user can then piece back
  5718.         together again.  Version 1.1, an update to the version
  5719.         on disk 122, includes source.
  5720.         Author:  Ali Ozer
  5721.  
  5722. Paste       A version of the Unix paste utility.  Paste concatenates
  5723.         corresponding lines of the specified files into
  5724.         a single output line (horizontal or parallel merging)
  5725.         or concatenates them into alternate lines (vertical or
  5726.         serial merging).  Includes source.
  5727.         Author:  David Ihnat
  5728.  
  5729. YaBoingII   A game program demonstrating hardware sprite usage,
  5730.         including collision detection.  This is an update
  5731.         to the version on disk 36.  Includes source.
  5732.         Author: Ali Ozer, based on original by Leo Schwab
  5733.  
  5734. Zoo     A file archiver, much like "arc" in concept, but different
  5735.         in implementation and user interface details.  Includes
  5736.         some nice features that "arc" lacks (such as file/path
  5737.         names up to 255 characters in length).  This is version
  5738.         1.71, an update to the version released on disk 108.
  5739.         Binary only.
  5740.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  5741.  
  5742. ==========================  Contents of Disk 137  ==========================
  5743.  
  5744. This is disk 137 of the freely distributable AMIGA software library.
  5745. Below is a listing of the significant directories and their contents.
  5746.  
  5747.  
  5748. Ct      An Amiga program to display images from a CT scanner,
  5749.         along with several interesting sample images of scans
  5750.         of real people, including a skull, brain, heart, and
  5751.         spine.  Each image is 256 by 256 pixels in 2048 gray
  5752.         scale.  The display software, though it has a primitive
  5753.         user interface, is quite powerful, including functions
  5754.         like convolutions, averaging, laplacians, unsharp
  5755.         masking, edge detection, gradients, etc.  Binary only.
  5756.         Author:  Jonathan Harman
  5757.  
  5758. JeansIcons  Miscellaneous cute icons created for AMUC's monthly
  5759.         newsletter disk.  Submitted by Stephen Vermeulen.
  5760.         Author:  Steve Jeans
  5761.  
  5762. Muncho      A cute little program which plays a digitized sound
  5763.         sample when you insert or remove a disk from your
  5764.         drive.  If you don't like the sounds, you can replace
  5765.         them with your own.  Binary only.
  5766.         Author:  Andrew Werth
  5767.  
  5768. Sit     An update to the Set Icon Type program from disk 107.
  5769.         Version 1.10, includes source.
  5770.         Author:  Stephen Vermeulen
  5771.  
  5772. VGad        A new gadget editor that takes two pictures of the window
  5773.         and its gadgets, one being the normal gadget state and
  5774.         the other being the fully selected state, and then
  5775.         merges the data and converts to C source code.  Version
  5776.         1.0, binary only.
  5777.         Author:  Stephen Vermeulen
  5778.  
  5779. VirusX      A boot sector virus check program that runs in the
  5780.         background and automatically checks all inserted
  5781.         disks for a nonstandard boot sector.  Such disks can
  5782.         optionally have their boot sector rewritten to remove
  5783.         the virus.  Includes source.
  5784.         Author:  Steve Tibbett
  5785.  
  5786. VLabel      A program to print fancy customized disk labels.  It will
  5787.         combine an IFF picture and up to 50 lines of text (which
  5788.         may be placed arbitrarily in any font or point size) and
  5789.         then print the result.  The IFF picture can be virtually
  5790.         any size (up to 1008 by 1000).  It will also print labels
  5791.         from a batch file produced by SuperBase.  Version 1.20,
  5792.         binary only.
  5793.         Author:  Stephen Vermeulen
  5794.  
  5795. ==========================  Contents of Disk 138  ==========================
  5796.  
  5797. This is disk 138 of the freely distributable AMIGA software library.
  5798. Below is a listing of the significant directories and their contents.
  5799.  
  5800.  
  5801. AmigaLine   A series of various technical notes for Amiga programmers.
  5802.         Author:  Byrce Nesbitt
  5803.  
  5804. Diff        A program that uses the same algorithm as the Unix
  5805.         diff program and also produces context diffs, suitable
  5806.         for use with patch.  Source WAS available but got
  5807.         eaten by my Amiga when it crashed, so binary only.
  5808.         Author:  Unknown (Decus C diff?)
  5809.  
  5810. Foreach     A simple but useful program that expands a wild
  5811.         card file specification and then invokes the
  5812.         specified command once per expanded filename,
  5813.         with the expanded filename as the command
  5814.         argument.  Includes source.
  5815.         Author:  Jonas Flygare
  5816.  
  5817. MacFont     A conversion tool to convert Mac fonts to
  5818.         Amiga fonts.  Binary only.
  5819.         Author:  John O'Neill and Rico Mariani
  5820.  
  5821. ModulaTools Various useful routines for those programming in Modula
  5822.         on the Amiga.  Update to version on disk 94, includes
  5823.         source.
  5824.         Author:  Jerry Mack
  5825.  
  5826. Vt100       Two new versions of Dave's vt100 terminal emulator.
  5827.         One version, based on vt100 2.6, has been enhanced
  5828.         by John Barshinger to include an iconify feature,
  5829.         add full 132 column support using overscan, and other
  5830.         miscellaneous features.  This version is available in
  5831.         binary only.  The second version is release 2.8
  5832.         of the mainstream version of vt100, as enhanced and
  5833.         supported by Tony Sumrall.  This one include source.
  5834.         Author:  Dave Wecker
  5835.  
  5836. ==========================  Contents of Disk 139  ==========================
  5837.  
  5838. This is disk 139 of the freely distributable AMIGA software library.
  5839. Below is a listing of the significant directories and their contents.
  5840.  
  5841.  
  5842. AmiCron     An enhanced and debugged version of AmiCron 2.3
  5843.         from disk number 113.  Includes source.
  5844.         Author:  Steve Sampson, Rich Schaeffer, Christian Balzer
  5845.  
  5846. ListScanner A nice little utility to display all the Exec lists.
  5847.         Somewhat like the Xplor utility from disk 73.
  5848.         Includes source in assembler.
  5849.         Author:  Heiko Rath
  5850.  
  5851. ProCalc     A program that simulates an HP-11C programmable calculator.
  5852.         Includes both an English version and a German version.
  5853.         Shareware, binary only.
  5854.         Author:  Gotz Muller
  5855.  
  5856. RemLib      Removes a specified library (if currently unused)
  5857.         or displays some information about all available
  5858.         libraries.  Includes source in assembler.
  5859.         Author:  Heiko Rath
  5860.  
  5861. TurboBackup A fast mass floppy disk duplicator with enforced verify
  5862.         mode to prevent generation of incorrect copies.  Version
  5863.         1.00, binary only.
  5864.         Author:  Steffen Stempel and Martin Kopp
  5865.  
  5866. WArranger   Sends a window, identified by its name, to the front
  5867.         or to the back, without selecting it.  Useful in
  5868.         conjunction with AmiCron.  Works on all screens.
  5869.         Includes source in assembler.
  5870.         Author:  Heiko Rath
  5871.  
  5872. WheelChairSim   A wheelchair simulator developed as a project for the
  5873.         Technical Resource Centre and the Albert Children's
  5874.         Hospital, to allow the matching of a wheelchair joystick
  5875.         to a child's handicap and all the child to practice using
  5876.         the chair in a safe (simulated) environment.  Binary only.
  5877.         Author:  M. Smith and T. Mathews
  5878. ==========================  Contents of Disk 140  ==========================
  5879.  
  5880. This is disk 140 of the freely distributable AMIGA software library.
  5881. Below is a listing of the significant directories and their contents.
  5882.  
  5883.  
  5884. SBProlog    Volume 1 of the 2 volume Stony Brook Prolog (SBP)
  5885.         distribution, version 2.3.2.  This volume contains the
  5886.         executables and libraries.  Volume 2, on disk 141,
  5887.         contains the C and Prolog source code.
  5888.  
  5889.         From the SB-Prolog System, Version 2.2 User Manual:
  5890.  
  5891.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5892.         based systems originally developed at SUNY, Stony Brook.
  5893.         The core of the system is an emulator, written in C for
  5894.         portability, of a Prolog virtual machine that is an extension
  5895.         of the Warren Abstract Machine.  The remainder of the system,
  5896.         including the translator from Prolog to the virtual machine
  5897.         instructions, is written in Prolog."
  5898.  
  5899.         In addition to providing a compiler, SB-Prolog also offers
  5900.         advanced features such as dynamic loading, mixing of compiled
  5901.         and interpreted code, macros, extension tables, a debugging
  5902.         facility offering two levels of tracing, profiling tools, and
  5903.         other utilities.
  5904.  
  5905.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5906.               Amiga port by David Roch and Scott Evernden
  5907.  
  5908. ==========================  Contents of Disk 141  ==========================
  5909.  
  5910. This is disk 141 of the freely distributable AMIGA software library.
  5911. Below is a listing of the significant directories and their contents.
  5912.  
  5913.  
  5914. SBProlog    Volume 2 of the 2 volume Stony Brook Prolog (SBP)
  5915.         distribution, version 2.3.2.  This volume contains the
  5916.         C and Prolog source code.  Volume 1, on disk 140,
  5917.         contains the executables and libraries.
  5918.  
  5919.         From the SB-Prolog System, Version 2.2 User Manual:
  5920.  
  5921.         "SB-Prolog is a public-domain Prolog system for Unix(tm)
  5922.         based systems originally developed at SUNY, Stony Brook.
  5923.         The core of the system is an emulator, written in C for
  5924.         portability, of a Prolog virtual machine that is an extension
  5925.         of the Warren Abstract Machine.  The remainder of the system,
  5926.         including the translator from Prolog to the virtual machine
  5927.         instructions, is written in Prolog."
  5928.  
  5929.         In addition to providing a compiler, SB-Prolog also offers
  5930.         advanced features such as dynamic loading, mixing of compiled
  5931.         and interpreted code, macros, extension tables, a debugging
  5932.         facility offering two levels of tracing, profiling tools, and
  5933.         other utilities.
  5934.  
  5935.         Authors:  Logic Programming Group at SUNY, Stony Brook
  5936.               Amiga port by David Roch and Scott Evernden
  5937.  
  5938.  
  5939. SmallC      An Amiga port of the Small-C compiler, written by Ron
  5940.         Cain and published in Dr. Dobb's Journal, in about 1980.
  5941.         Small-C is a rather small subset of the full 'C' language.
  5942.         However, it is capable of compiling itself, and other
  5943.         small, useful programs.  Requires an assembler and linker
  5944.         to complete the package and produce working executables.
  5945.         Includes source and binary.
  5946.         Author:  Ron Cain.  Amiga port by Willi Kusche.
  5947.  
  5948. ==========================  Contents of Disk 142  ==========================
  5949.  
  5950. This is disk 142 of the freely distributable AMIGA software library.
  5951. Below is a listing of the significant directories and their contents.
  5952.  
  5953.  
  5954. Diff        A program that uses the same algorithm as the Unix
  5955.         diff program and also produces context diffs, suitable
  5956.         for use with patch.  This is the same version that was
  5957.         distributed on disk 138, but now includes the missing
  5958.         files (including source code).
  5959.         Author:  Unknown (Decus C diff)
  5960.  
  5961. FracGen     A fractal generator program that generates fractal
  5962.         pictures from "seeds" that you create.  This is
  5963.         unlike any of the other "fractal generators" I've
  5964.         seen.  It can be used to load and display previously
  5965.         created fractal pictures, modify existing fractals,
  5966.         or create your own fractals.  Version 1.1, binary
  5967.         only.
  5968.         Author:  Doug Houck
  5969.  
  5970. SciSubr     The Scientific Subroutine Package from DECUS, ported to
  5971.         the Amiga to run with Absoft Fortran.  This is a valuable
  5972.         resource of mathematical and statistical source code
  5973.         for those doing Fortran work on the Amiga.
  5974.         Author:  Unknown; ported to the Amiga by Glenn Everhart
  5975.  
  5976. ==========================  Contents of Disk 143  ==========================
  5977.  
  5978. This is disk 143 of the freely distributable AMIGA software library.
  5979. Below is a listing of the significant directories and their contents.
  5980.  
  5981.  
  5982. Rim     RIM-5 (Relational Information Manager) is a full
  5983.         relational DBMS that is suitable for VERY large
  5984.         databases using B-Tree data storage.  It has a 
  5985.         crude (by today's standards) user interface, but
  5986.         since full source code is provided, this can be
  5987.         fixed.  Versions of RIM run on a wide variety of
  5988.         systems, small and large, and produce compatible
  5989.         databases.  Also includes a built in HELP database
  5990.         and a programming language.  Full Fortran source
  5991.         code and documentation included.
  5992.         Author: Various, Amiga port by Glenn Everhart
  5993.  
  5994. ==========================  Contents of Disk 144  ==========================
  5995.  
  5996. This is disk 144 of the freely distributable AMIGA software library.
  5997. This disk contains a copy of Glenn Everhart's large and powerful
  5998. spreadsheet program called AnalytiCalc, submitted to me directly by
  5999. Glenn for inclusion in the library as an update to the version released
  6000. on disk 104.  The remainder of this file is Glenn's "Abstract.txt" file
  6001. that describes AnalytiCalc.  Source and documentation is included on the
  6002. disk in arc'd form because it otherwise would not all fit on the disk.
  6003.  
  6004. ====================
  6005.  
  6006.     AnalytiCalc Abstract:
  6007.  
  6008.     AnalytiCalc is a large and powerful spreadsheet program with
  6009. sufficient extra features to have some pretentions of acting as an
  6010. "integrated system". It is a virtual memory system supporting up to
  6011. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  6012. system, built-in cell annotation, and datafile access from any cell(s)
  6013. of the sheet, plus an array of functions not present in most commercial
  6014. spreadsheets. This disk represents the third version of an initial Amiga
  6015. port of AnalytiCalc, and as such the console interface is somewhat crude and
  6016. uses a set of command files in an externally assigned area (assigned to DK:)
  6017. to handle the function keys. A custom keymap can also be used, which was
  6018. supplied in the initial version. The program comes with complete sources,
  6019. documents, and executables, and in addition with the source code for the
  6020. "auxiliary utilities" which handle DIF format conversion and character
  6021. graphics. (The executables are not adequately tested on amiga as yet, though
  6022. they work on VAX, PDP11, and IBM PC.)
  6023.         AnalytiCalc for the Amiga uses files compatible with those
  6024. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  6025. planner spreadsheet is included in the distribution to show off some of
  6026. the things you can do. More example sheets will be forthcoming in the
  6027. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  6028. linear regression, date arithmetic, internal and external macros, LOTS
  6029. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  6030.  
  6031.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  6032. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  6033. Display sizes supported can be up to 132 characters wide by up to 76
  6034. lines long. Sorry; I don't think AnalytiCalc supports proportional
  6035. fonts very well, though it should manage not to be totally brain damaged
  6036. with them. The manual requires an 80 column printer.
  6037.     To see the documentation you need either a printer 80 columns wide
  6038. to print it, or an 80 column screen to view it on.
  6039.  
  6040.   ** PLEASE read the README.1ST file for brief instructions on setting up
  6041.      a working AnalytiCalc disk. Please read the manual at least once over
  6042.      lightly too... ***
  6043.  
  6044.  
  6045.         SOME DO-NOT'S
  6046.  
  6047.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  6048.  
  6049.         2.  DO NOT forget to make regular backup copies of your database.
  6050.  
  6051.         3.  DO NOT exit (X) the progam without saving your work if you
  6052.         want it saved. (You will be asked to confirm you really want
  6053.         to leave, however.)
  6054.  
  6055.         GETTING STARTED.
  6056.  
  6057.     See the README.1ST file!!!
  6058.  
  6059.         If you haven't already printed the documentation, please do so
  6060.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  6061.         also make sure that you have placed a "write-protect" tab on your
  6062.         AnalytiCalc distribution diskettes, so that they can't be
  6063.         accidentally erased or overwritten.
  6064.  
  6065.         You should now make a copy of your AnalytiCalc disks.  These will
  6066.         also serve as your "run-time" system diskettes.
  6067.  
  6068.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  6069.     disk and read the document files and release notes. You'll need
  6070.     a bit of AmigaDos familiarity to set things up (read how to use
  6071.     the ASSIGN command and the SETMAP command and ASSIGN something as
  6072.     DK:; also set your stack large with the STACK command.) If you
  6073.     are using disk file memory, FACC is a good thing to use also. PLEASE
  6074.     READ THE MANUALS though, to save us all a lot of headaches.
  6075.  
  6076.         SOME MAXIMUMS AND MINIMUMS.
  6077.              Minimum RAM Memory required .....................about  600K
  6078.              Minimum Disk Drives required...............................1
  6079.              Minimum Disk Storage required...........................880K
  6080.          Number of Columns......................................18000
  6081.          Number of Rows.........................................18000
  6082.          Maximum Length of Formulas (characters)..................109
  6083.          Number of cells that can be full at once...............18000
  6084.          Number of simultaneous named areas permitted.............300
  6085.          Number of scratch cells outside spreadsheet...............60
  6086.          Precision of calculations (digits; 8 bytes used)..........16
  6087.          Total maximum storage managed (bytes)..............2,113,020
  6088.          Maximum depth of document nesting (outline processor)......4
  6089.          Maximum number of parameters varying to goal seek..........8
  6090.          Maximum record size for data files accessed as database..128
  6091.          Maximum number of files namable in one sheet.........>18000
  6092.          Maximum cell columns displayable on one screen............20
  6093.          Maximum number of rows displayable in one display.........75
  6094.          Maximum simultaneous different cell display formats per
  6095.         sheet (taken from large set)...........................76
  6096.          Length of format specification (characters)................9
  6097.  
  6098.  
  6099.         DISCLAIMER.
  6100.  
  6101.         In no event will the Author be liable to you for any damages,
  6102.         including any lost profits, lost savings or other incidental or
  6103.         consequential dmages arising out of the use of or inability to use
  6104.         these programs, even if the Author has been advised of the
  6105.         possibility of such damages, or for any claim by any other party.
  6106.  
  6107.  
  6108.         THE USER-SUPPORTED CONCEPT.
  6109.  
  6110.                                User-Supported Software
  6111.            You are encouraged to copy and share this program with others.
  6112.              If after evaluating this program you find it to be useful,
  6113.                          I trust you to send a $10.00 payment.
  6114.  
  6115.                    Glenn C. Everhart
  6116.                                25 Sleigh Ride Rd.
  6117.                    Glen Mills, Pa. 19342
  6118.  
  6119. To Be Done:
  6120. Future plans for AnalytiCalc:
  6121.     1. Allow data files to be on a logical device. (Actually, FACC
  6122.     may make this need obsolete).
  6123.     2. Fix bugs as they are discovered.
  6124.     3. Allow use on non-interlaced screens by redoing the two command
  6125.     and display windows as pseudo-requestors.
  6126.  
  6127. Auxiliary files:
  6128.     1. Check that DIFrw (DIF to or from AnalytiCalc saved format
  6129.         converter) and ACGRAF (character graphics utility) work
  6130.         as specified.
  6131.         Note: Sources to these programs, which compile and link
  6132.         cleanly on Amiga, are present here. However they are
  6133.         not yet tested, so executables are omitted.
  6134.     2. Port some of the BASIC graphics packages to Amiga. Possibly
  6135.     compile some of them.
  6136.     3. Supply the Business Expense Report, manpower planner, and
  6137.     income tax templates as extra examples. Possibly do a game of 
  6138.     LIFE template too, just for fun.
  6139.  
  6140. Other programs:
  6141.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  6142.     has already been done porting from CDC to VAX to MSDOS (the last
  6143.     by me), and should be straightforward).
  6144.  
  6145. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  6146. would like to acknowledge gratefully its contribution. He who wants to
  6147. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  6148. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  6149. invited to recompile this program to use the faster chips. I didn't have
  6150. either money or machine to try a 68020/68881 version, but see no reason
  6151. why it would fail.
  6152.     I have also seen that there are some bugs in Absoft Fortran's
  6153. handling of con: and raw: windows which I have reported to Absoft. Hopefully
  6154. this will permit upgrading of user interface soon, as these problems are
  6155. fixed.
  6156.     (It seems that you CAN do both read and write to CON: windows in
  6157. Absoft Fortran 2.3, but you must issue a REWIND on the unit between them.
  6158. This is not always needed in V2.2, but occasionally happens. (This accounts
  6159. for the occasionally flaky behavior of DTC, which was compiled with V2.2
  6160. before I found the foregoing out.)
  6161.  
  6162.     Glenn Everhart
  6163.     6 November 1987
  6164.  
  6165.  
  6166.     Also present on the disk is DeskTop Calendar (DTC), a useful little
  6167. appointment and meeting scheduler and calendar keeper. It will work on either
  6168. interlaced screens or non-interlaced.
  6169.  
  6170.     AnalytiCalc needs more stack than the 4000 default (I use 65000
  6171. but less is probably OK). It also probably needs more than 512K of RAM
  6172. for operation as currently linked. The routines in AnalyO.Ftn can be
  6173. overlayed against each other, but this has not been done as yet. Those
  6174. desperate for a smaller executable, having Absoft's compiler, can rebuild
  6175. in this way for a smaller executable.
  6176.     Also: AnalytiCalc MUST currently run on an interlaced screen owing
  6177. to where some CON: and RAW:  windows are opened. Move the windows to fit on a
  6178. non-interlaced screen (via patching the image or editing/recompiling)
  6179. if you must run it on a noninterlaced screen.
  6180.     You must turn interlace on in Preferences and boot with that set up.
  6181. The SETLACE program will NOT create things quite right for AnalytiCalc and
  6182. you'll generate the weirdest system crashes (all the way back to Kickstart
  6183. sometimes) you ever saw if you try... just use Preferences and all will be
  6184. well... )
  6185.     Glenn Everhart
  6186.     November 6, 1987
  6187. Enjoy...
  6188.  
  6189. ==========================  Contents of Disk 145  ==========================
  6190.  
  6191. This is disk 145 of the freely distributable AMIGA software library.
  6192. Below is a listing of the significant directories and their contents.
  6193.  
  6194.  
  6195. Csh     This is a version of Matt's csh like shell which
  6196.         has been modified to provide file name completion
  6197.         and argument execution (via the grave accents
  6198.         mechanism).  Requires ARP 1.1 to run.  Binary
  6199.         only, but includes diffs for the reference 2.07
  6200.         source base.
  6201.         Author:  Matt Dillon; enhancements by Johan Widen
  6202.  
  6203. DMouse      Matt's done it again, another very useful program!
  6204.         This is a versatile screen blanker, mouse blanker,
  6205.         auto window activator, mouse accelerator, popcli
  6206.         style programmable command key, pop window to front,
  6207.         push window to back, etc, widget.  Version 1.06,
  6208.         includes source.
  6209.         Author:  Matt Dillon
  6210.  
  6211. DNet        A link protocol that provides essentially an unlimited
  6212.         number of reliable connections between processes on
  6213.         two machines, where each end of the link can be
  6214.         either an Amiga or a Unix (BSD4.3) machine.  Works
  6215.         on the Amiga with any EXEC device that looks like the
  6216.         serial.device.  Works on UNIX with tty and socket
  6217.         devices.  Achieves better than 95% average throughput
  6218.         on file transfers.  Version 1.20, includes sources
  6219.         for both the Amiga and Unix versions.
  6220.         Author:  Matt Dillon
  6221.  
  6222. Tab     A tablature writing program for the Amiga, with
  6223.         intruments for a banjo and a string guitar.
  6224.         Binary only.
  6225.         Author:  Jeff deRienzo
  6226.  
  6227. TinyProlog  VT-PROLOG is a simple prolog interpreter provided with
  6228.         full source code to encourage experimentation with
  6229.         the PROLOG language and implementations.  Version 1.1,
  6230.         includes source.
  6231.         Author:  Bill and Bev Thompson
  6232.  
  6233. ==========================  Contents of Disk 146  ==========================
  6234.  
  6235. This is disk 146 of the freely distributable AMIGA software library.
  6236. Below is a listing of the significant directories and their contents.
  6237.  
  6238.  
  6239. Blanker2    A screen blanking program that turns the screen black
  6240.         after 90 seconds of keyboard and mouse inactivity.
  6241.         Implemented as a very tiny event handler to the input
  6242.         handler event stream.  Version 1.27.88, includes source.
  6243.         Author:  Joe Hitchens
  6244.  
  6245. C-Light     A demonstration copy of a commercial ray tracing program,
  6246.         which is identical to the commercial version except that
  6247.         it has been limited to ten objects per scene.  Binary
  6248.         only.
  6249.         Author:  Ronald Peterson
  6250.  
  6251. CrcLists    Complete CRC check files for disks 129-141 and disks
  6252.         143-145 of the library, using the crc program from
  6253.         disk 133.  These were made directly from my master
  6254.         disks.  Disk 142 is omitted because of a problem
  6255.         with the crc program.
  6256.         Author:  Fred Fish
  6257.  
  6258. DmeMacros   A set of DME macros which utilize templates to turn
  6259.         DME into a language-sensitive editor for C, Pascal,
  6260.         Modula-2, and Fortran.
  6261.         Author:  Jerry Mack
  6262.  
  6263. MemoPad     A shareware intuition-based memo reminder program.
  6264.         Nicely done.  Version 1.1, binary only.
  6265.         Author:  Michael Griebling
  6266.  
  6267. ==========================  Contents of Disk 147  ==========================
  6268.  
  6269. This is disk 147 of the freely distributable AMIGA software library.
  6270. This disk contains the latest version of MicroGNUEmacs (MG 2b).  Many
  6271. additions and enhancements since the original works by Dave Conroy.  A
  6272. large amount of credit should go to the vast number of contributors and
  6273. Beta testers.
  6274.  
  6275. *Note: In order to fit all of the files on one disk and preserve the
  6276.        Workbench environment, the machine specific source code files
  6277.        and the document files have been archived.  An executable copy
  6278.        of the public domain archive program "Zoo" has been placed in
  6279.        the "c" directory for the convenience of those who may not
  6280.        already have it.
  6281.  
  6282. ==========================  Contents of Disk 148  ==========================
  6283.  
  6284. This is disk 148 of the freely distributable AMIGA software library.
  6285. Below is a listing of the significant directories and their contents.
  6286.  
  6287.  
  6288. EFJ     "Escape from Jovi"  A machine-code game featuring
  6289.         hi-res scrolling, large playfield, disk-based Hi-Score
  6290.         list, stereo sound, and multiple levels. Use a joystick
  6291.         in port 2 to control the ship.  Binary only, shareware ($8).
  6292.         Author:  Oliver Wagner
  6293.  
  6294. Fme     Nicely done map editor for the Fire-Power (tm) game. 
  6295.         Features interlaced hi-res with intuition interface.  See
  6296.         the "Readme.fnf" file for information on making a
  6297.         bootable disk.  Includes source.
  6298.         Author: Gregory MacKay
  6299.         
  6300. HandyIcons  Adds a menustrip to the WorkBench window that allows 
  6301.         you to run selected Workbench Tools by menu selection.
  6302.         Can be set up to provide custom environments.  Current
  6303.         version supports only WorkBench Tools and not Projects.
  6304.         Binary only.
  6305.         Author:  Alan Rubright
  6306.  
  6307. Scrambler   A simple program that will encode/decode a text file
  6308.         into illegible gibberish, which resembles executable code,
  6309.         to evade prying eyes.  Version 0.01, Binary only.
  6310.         Author:  Foster Hall 
  6311.  
  6312. ==========================  Contents of Disk 149  ==========================
  6313.  
  6314. This is disk 149 of the freely distributable AMIGA software library.
  6315. Below is a listing of the significant directories and their contents.
  6316.  
  6317.  
  6318. AnimalSounds    A sample of digitized animal sounds along with a simple 
  6319.         sound player.
  6320.         Authors:  The Trumor Company, Inc.
  6321.                   Sound Player by Don Pitts
  6322.  
  6323.  
  6324. DX-VoiceSorter  Written to be used with Jack Deckard's VoiceFiler program.
  6325.         (Disk 82).  It allows for the sorting of a number of
  6326.         voicefiles stored using that program into a new voicefile
  6327.         of voices made up from various files.  Includes source.
  6328.         Author:  David Bouckley
  6329.  
  6330. Keep        A nice little utility program with an intuition interface
  6331.         for BBS and network junkies who download messages in one 
  6332.         large file and then read them off-line.  Using only the
  6333.         mouse, you can drive through such files a message at a 
  6334.         time, examine each at your leisure and tag those you wish
  6335.         to keep.  Version 1.2, binary only, but source available
  6336.         with donation to author.
  6337.         Author:  Tim Grantham 
  6338.  
  6339. Less        Like Unix "more", only better, with forward and
  6340.         backward scrolling, searching and positioning by
  6341.         percent of file and line number, etc.  Now lets you
  6342.         also print the current file.  Very useful!
  6343.         This is Amiga version 1.3, an update to the version
  6344.         on disk number 92.  Includes source.
  6345.         Author:  Mark Nudelman, Amiga port by Bob Leivian
  6346.  
  6347. Scheme      To quote the ReadMe file:
  6348.         "Scheme is a statically scoped and properly tail-recursive
  6349.         dialect of the Lisp programming language invented by
  6350.         Guy Lewis Steele Jr. and Gerald Jay Sussman."
  6351.         Binary only.
  6352.         Amiga port by Ed Puckett
  6353.                     
  6354.    
  6355. ==========================  Contents of Disk 150  ==========================
  6356.  
  6357. This is disk 150 of the freely distributable AMIGA software library.
  6358. Below is a listing of the significant directories and their contents.
  6359.  
  6360.  
  6361. AirFoil     An update to the Airfoil generator on disk #71.
  6362.         Generates airfoil models as well as their corresponding
  6363.         streamline and pressure distributions.  Includes source.
  6364.         Authors:  Russell Leighton
  6365.                   Addendum by David Foster
  6366.  
  6367. DC10        An AmigaBasic DC-10 instrument flight simulator.  Appears
  6368.         to be quite in-depth with flight-planning and take-off 
  6369.         options along with an extensive documentation file.  Requires
  6370.         rebuilding on a separate disk and was successfully done so
  6371.         by following the author's instructions in the ReadMe_First
  6372.         file.
  6373.         Author: Jan Arkesteijn      
  6374.  
  6375. ExecLib     A working example of how to build and use user-defined
  6376.         disk-resident libraries.  Of special interest to developers
  6377.         working with Lattice C.  
  6378.         Author:  Alex Livshits
  6379.  
  6380. Iconizer    A utility program that saves your current mouse pointer
  6381.         to a small icon.  You can restore the pointer just by
  6382.         double-clicking on its icon.  Allows for building a whole
  6383.         library of pointers and to use them whenever you want.
  6384.         Binary only.
  6385.         Author:  Alex Livshits
  6386.  
  6387. Pilot       An implementation of the PILOT language for the Amiga, 
  6388.         including a demo done for the National Park Service.
  6389.         PILOT is a limited use language for use in educational and
  6390.         computer based instruction programs.  Binary only with Beta
  6391.         test kit available from authors.
  6392.         Author:  Terry LaGrone
  6393.  
  6394. StealMemBoot    A small utility designed to be a direct replacement for 
  6395.         NoFastMem kind of programs.  It modifies the boot block of
  6396.         a disk, so when you boot with it, all memory allocations 
  6397.         will return only CHIP memory.
  6398.         Author:  Alex Livshits
  6399.  
  6400. ==========================  Contents of Disk 151  ==========================
  6401.  
  6402. This is disk 151 of the freely distributable AMIGA software library.
  6403. Below is a listing of the significant directories and their contents.
  6404.  
  6405.  
  6406. GlobeDemo   A graphics demo which displays very smooth transitions of
  6407.         the rotating earth.  Features a pop-up menu.  Includes
  6408.         source.
  6409.         Author:  Bob Corwin
  6410.  
  6411. Icons       Yet another potpourri of interesting icons to choose
  6412.         from if you need one for your own program.
  6413.         Author:  Dave Turnock
  6414.  
  6415. Pcopy       A small intuition-based disk copier similiar to 
  6416.         the resident "DiskCopy" except with write-verify 
  6417.         and other user-selectable options.  Useful for making
  6418.         multiple copies with reliable data.  Requires two disk
  6419.         drives.  Includes source.
  6420.         Author:  Dirk Reisig
  6421.  
  6422. SCT     A CLI-based utility (SetColorTable) for displaying and/or
  6423.         setting a screen's colors.  You can save the colors
  6424.         of a screen to be restored later, or copy one screen's
  6425.         colors to another.  Includes source.
  6426.         Author:  aklevin
  6427.  
  6428. SlideShow   Very nicely done slide-show program written in assembly
  6429.         language.  Features forward/backward presentation and 
  6430.         creative screen wipes.  Currently works only with IFF
  6431.         lo-res pictures.  Executable only along with some new
  6432.         IFF pictures to have come my way.  Shareware ($16).
  6433.         Authors:  Mike McKittrick and Sheldon Templeton
  6434.  
  6435. Surveyor    A little utility that opens a window on the current 
  6436.         screen and displays information about the pointer.
  6437.         Allows for absolute or relative measurement between 
  6438.         two points on the screen.  Very handy for precise
  6439.         positioning of icons and such.  Includes source.
  6440.         Author:  Dirk Reisig
  6441.  
  6442. ==========================  Contents of Disk 152  ==========================
  6443.  
  6444. This is disk 152 of the freely distributable AMIGA software library.
  6445. Below is a listing of the significant directories and their contents.
  6446.  
  6447.  
  6448. Blk     A requester making tool employing various recursive
  6449.         algorithms including a recursive parser.  It takes input
  6450.         text files and converts them to C-source for including as
  6451.         requester declarations.  Includes source.
  6452.         Author: Stuart Ferguson
  6453.  
  6454. RunBack     A variant of Rob Peck's RunBackGround program from disk 
  6455.         number 73.  Allows you to start a new CLI program and run
  6456.         it in the background, then closes the new CLI.  This version
  6457.         automatically searches the command-search-path to find the 
  6458.         program. Includes source.
  6459.         Author:  Daniel Barrett 
  6460.  
  6461. UUCP        This is a version of uucp (Unix to Unix Copy Program)
  6462.         for the Amiga, along with some miscellaneous support
  6463.         utilities like cron, mail, and compress.  Includes source.
  6464.         Author:  Various, submitted by William Loftus
  6465.  
  6466. ==========================  Contents of Disk 153  ==========================
  6467.  
  6468. This is disk 153 of the freely distributable AMIGA software library.
  6469. Below is a listing of the significant directories and their contents.
  6470.  
  6471.  
  6472. Dme     Version 1.30 of Matt's text editor.  Dme is a simple 
  6473.         WYSIWYG editor designed for programmers.  It is not a
  6474.         WYSIWYG word processor in the traditional sense.  Features
  6475.         include arbitrary key mapping, fast scrolling, title-line
  6476.         statistics multiple windows, and ability to iconify windows.
  6477.         Update to version on disk number 134, includes source.
  6478.         Author:  Matt Dillon
  6479.         
  6480. HP11        Emulates an HP11C calculator including the program mode.
  6481.         Features an ON/OFF button that turns the calculator into
  6482.         an icon that will sit and wait until you need it again.
  6483.         Documentation on the features is scarce, perhaps some 
  6484.         industrious HP owner could write a small tutorial for the
  6485.         benefit of those that don't own an HP calculator.
  6486.         Binary only.
  6487.         Author:  David Gay
  6488.  
  6489. HPMam       A program to manipulate settings and fonts on HP LaserJet+
  6490.         printers and compatibles. Includes an Intuition interface
  6491.         and some sample picture files.  Version 1.0, binary only,
  6492.         shareware.
  6493.         Author:  Steve Robb
  6494.  
  6495. Synthemania An interesting, very small (and very persistent!) musical
  6496.         piece. If you plan on stopping it without using three 
  6497.         fingers, you better read the document file first!
  6498.         Binary only.
  6499.         Author:  Holger Lubitz 
  6500.  
  6501. ==========================  Contents of Disk 154  ==========================
  6502.  
  6503. This is disk 154 of the freely distributable AMIGA software library.
  6504. Below is a listing of the significant directories and their contents.
  6505.  
  6506.  
  6507. Ada     An Ada Syntax checker for the amiga.  Includes lex and
  6508.         yacc source.
  6509.         Author:  Herman Fischer; updates by William Loftus
  6510.  
  6511. AssemblyDemos   A interesting group of assembly language demos for your 
  6512.         visual and aural pleasure.  Binary only.
  6513.         Author:  Foster Hall
  6514.  
  6515. DiskLib     Two utilities for those people who like to split up PD
  6516.         disks into disks of different categories.  Includes source.  
  6517.         Author:  Wilson Snyder
  6518.  
  6519. Guardian    Another virus diagnosing and vaccination program.
  6520.         Recognizes any non-standard bootblock.  Includes a
  6521.         small utility program to permanently place the program
  6522.         on a copy of your kickstart disk in place of the seldom
  6523.         (if ever!) used Debug() function.  Binary only.
  6524.         Author:  Leonardo Fei
  6525.  
  6526. PrintSpool  A print-spooling program.  Very useful for printing files
  6527.         in the background.  Many command-line options.  Version
  6528.         1.0.0, Includes source.
  6529.         Author:  Frangois Gagnon
  6530.  
  6531. Utilities   A group of four little utility programs, Cal, Undelete
  6532.         DClock and WhereIs.  Binary only, see the ReadMe file for a 
  6533.         description of each.
  6534.         Author:  Dan Schein
  6535.  
  6536. VirusX      An update to the virus-detecting program of the same 
  6537.         name on disk number 137.  This version also checks for
  6538.         the Byte-Bandit strain.  Version 1.21, Includes source.
  6539.         Author:  Steve Tibbett
  6540.  
  6541. Virus_Alert!    Yet another anti-virus program with a twist.  Once
  6542.         installed a message is displayed just after a warm or
  6543.         cold boot notifying the the user  that the disk and
  6544.         memory are virus-free, and forcing a mouse-button press
  6545.         before continuing.  Anything writing to the bootblock
  6546.         thereafter will destroy the message and a normal virus-
  6547.         infected boot (???) will take-place.  Versions 1.01 and
  6548.         2.01, Binary only.
  6549.         Author:  Foster Hall
  6550.  
  6551. Wicon       A "Window Iconifier".  Allows you to turn your windows
  6552.         into small icons which can be later recalled.   Currently
  6553.         installed with MacWin to give your windows a "rubber-
  6554.         banding" effect.  Version 1.14, Includes source.
  6555.         Author:  Steven Sweeting
  6556.  
  6557. ==========================  Contents of Disk 155  ==========================
  6558.  
  6559. This is disk 155 of the freely distributable AMIGA software library.
  6560. Below is a listing of the significant directories and their contents.
  6561.  
  6562.  
  6563. AsmExamples A couple of assembly code examples.  Executables are 
  6564.         not extremely useful but the code might be of 
  6565.         considerable benefit to beginning assembly language
  6566.         programmers.  
  6567.         Author:  Henrik Clausen
  6568.  
  6569. Bison       A replacement for unix "yacc" command.  This is from
  6570.         the GNU (GNU is Not Unix) effort.  Contains updates
  6571.         to the version on disk number 136, submitted by two  
  6572.         separate sources.  Includes source.
  6573.         Author:  Bob Corbett and Richard Stallman, updates
  6574.              by William Loftus and Scott Henry
  6575.         
  6576. NoSmoking   Sample program showing the use of a recoverable alert
  6577.         while displaying a personal health message.  Includes
  6578.         source.  
  6579.         Author:  Theo Kermanidis
  6580.  
  6581. Scenery     A very nice assembly language random scenery generator.
  6582.         Generates very realistic looking landscapes.  Includes 
  6583.         intuition interface and lots of menu options.  Version
  6584.         1.0, binary only.
  6585.         Author:  Brett Casebolt
  6586.  
  6587. ==========================  Contents of Disk 156  ==========================
  6588.  
  6589. This is disk 156 of the freely distributable AMIGA software library.
  6590. Below is a listing of the significant directories and their contents.
  6591.  
  6592.  
  6593. Blocks2     Amusing and colorful display of a moving trail of 
  6594.         "blocks".  Update to version on disk number 71, however
  6595.         this version also includes source.
  6596.         Author:  Gary Walker
  6597.  
  6598. Flex        Flex is a replacement for the UNIX "lex" (lexical
  6599.         analyzer generator) program that is faster than
  6600.         lex, and freely redistributable.  Includes source.
  6601.         Authors:  Jef Poskanzer, Vern Paxson, et. al.
  6602.               Submissions by William Loftus and Scott Henry
  6603.  
  6604. Go64        Another screen hack aimed at an earlier Commodore product
  6605.         (Not to be confused with the commercial product Go-64! from
  6606.         Software Insight Systems).  Includes source.
  6607.         Author:  Joerg Anslik
  6608.  
  6609. Grammars    A group of lexical grammar files for Ada, C and Pascal for 
  6610.         use in conjunction with the flex program on this disk and 
  6611.         the bison program on disk #155
  6612.         Authors:  Various, submitted by William Loftus
  6613.  
  6614. OOPS!       Tired of the monochrome background color of your Workbench
  6615.         or CLI?  Then try this colorful screen hack to brighten 
  6616.         things up!  Includes source.
  6617.         Author:  Joerg Anslik
  6618.  
  6619. ==========================  Contents of Disk 157  ==========================
  6620.  
  6621. This is disk 157 of the freely distributable AMIGA software library.
  6622. Below is a listing of the significant directories and their contents.
  6623.  
  6624. 60or80      A small utility to toggle the 60/80 column text modes
  6625.         without having to go through preferences.  Works from
  6626.         either the CLI or the Workbench.  Includes source.
  6627.         Author:  Mark Schretlen
  6628.  
  6629. AmicForm    Creates a phonebook containing only those areacodes and
  6630.         exchanges reachable through PC-Pursuit. Input any of Chet
  6631.         Solace's Finalist BBS lists and it creates the phonebook
  6632.         in a form usable by AmicTerm and a number of other popular
  6633.         terminal programs.  Version 1.3, Binary only.
  6634.         Author:  John Motsinger
  6635.  
  6636. AnimBalls   A nifty little animation program that allows you to 
  6637.         create a collection of balls in three-space and then
  6638.         interactively rotate them in real time using the mouse.
  6639.         Includes source.
  6640.         Author:  Jim Guilford
  6641.  
  6642. BootBack    A handy little utility to copy and save the boot block
  6643.         from a disk, then later restore it should the disk 
  6644.         get stomped on by some ugly virus.  Includes source.
  6645.         Author:  David Joiner
  6646.  
  6647. ECPM        A CP/M emulator for the Amiga.  Emulates an 8080
  6648.         along with H19 terminal emulation. Update from version
  6649.         on disk number 109.  Includes source.
  6650.         Author:  Jim Cathey; Amiga port by Charlie Gibbs;
  6651.              Significant improvements by Willi Kusche
  6652.  
  6653. KeyFiler    A BBS message file sorter that allows sorting by keyword. 
  6654.         Includes a textreader, Soundex matching, and limited
  6655.         wildcard capabilities.  Version 1.0, Binary only.
  6656.         Author:  John Motsinger
  6657.  
  6658. ScreenZap   A little utility to clean away screens that are left
  6659.         by ill-behaving programs.  It will kill every screen
  6660.         behind the WorkBench, noting how many it gets. The
  6661.         screens in front of WB are not affected.  Includes
  6662.         source.
  6663.         Author:  Lars Clausen
  6664.  
  6665. SetPrefs    Allows you to build a whole library of preference settings
  6666.         and instantly switch back and forth between them.  Affects
  6667.         all preference settings not just the colors.  Very useful 
  6668.         for machines with multiple users or multiple external
  6669.         devices.  Includes Amiga's default and various sample
  6670.         preference settings.  Binary only.
  6671.         Author:  Martin Hippele
  6672.  
  6673. Xicon       Xicon lets you use icons to call up scripts containing CLI
  6674.         commands.  This is version 2.01, an update to the version
  6675.         on disk 102.  Includes source.
  6676.         Author:  Pete Goodeve
  6677.         
  6678. ==========================  Contents of Disk 158  ==========================
  6679.  
  6680. This is disk 158 of the freely distributable AMIGA software library.
  6681. Below is a listing of the significant directories and their contents.
  6682.  
  6683.  
  6684. DiskX       Nicely done Sector-based disk editor.  Binary only
  6685.         Author:  Steve Tibbett
  6686.  
  6687. MemBoardTest    Originally designed for production testing of A1000 memory
  6688.         boards. Very nice intuition interface.  Version 2.4,
  6689.         Includes source in Modula. 
  6690.         Author:  George Vokalek
  6691.  
  6692. MSDOS       A program to list files written in standard MS-Dos or
  6693.         Atari ST format.  The files can then be copied to Ram and 
  6694.         rewritten to disk in Amiga-Dos format.  Binary only, 
  6695.         Shareware, Version 0.1.
  6696.         Author:  Frank Wübbeling
  6697.  
  6698. PCBTool     An early version of a shareware PC Board layout program
  6699.         Lots of options including variable size pads and traces,
  6700.         grids, grid snap, layers, zoom, selectable centering,
  6701.         text and more.  This version does not support printer/
  6702.         plotter dumps or libraries.  Version 2.6, binary only.
  6703.         Author:  George Vokalek
  6704.  
  6705. ScreenX     A handy little background utility that provides a small
  6706.         clock/memory counter in its inactive mode and a versatile
  6707.         screen manipulator when called upon.  Binary only with
  6708.         source available from author, Version 2.1.  
  6709.         Author:  Steve Tibbett
  6710.  
  6711. TaskX       A "real-time" task editor.  Lets you list and set the 
  6712.         priorities of all the currently running tasks.  Binary
  6713.         only, Version 2.0. 
  6714.         Author:  Steve Tibbett
  6715.  
  6716. VirusX      Update to the version on disk number 154, checks for 
  6717.         a couple of additional new strains.  Includes source,
  6718.         Version 1.6.
  6719.         Author:  Steve Tibbett
  6720.     
  6721. YachtC3     Update to the Yachtc program on disk #10, contains some fixes
  6722.         and incorporates a simple sound process.  Version 3, includes
  6723.         source.
  6724.         Author:  Sheldon Leemon, with enhancements by Mark Schretlen
  6725.  
  6726. ==========================  Contents of Disk 159  ==========================
  6727.  
  6728. This is disk 159 of the freely distributable AMIGA software library.
  6729. Below is a listing of the significant directories and their contents.
  6730.  
  6731.  
  6732. Free        A little command to put in your c directory that returns
  6733.         memory status and number of tasks currently served by EXEC.
  6734.         Includes source.
  6735.         Author:  Joerg Anslik
  6736.  
  6737. MidiTools   A group of several different utility programs for those
  6738.         who run a Midi system.  Binary only.
  6739.         Author:  Jack Deckard
  6740.  
  6741. StarChart   Nicely done intuition based program to display and identify
  6742.         about 600 stars, galaxies and nebulae visible in the Northern
  6743.         hemisphere.  Version 1.2, includes source.
  6744.         Author:  Ray R. Larson
  6745.  
  6746. TaskControl Nicely done task-handling program allowing you to put to 
  6747.         sleep, kill or change priorities of the all the currently
  6748.         loaded tasks.  Also potentially GURU-producing, so be careful
  6749.         what tasks you kill, change priorities of, etc.  Handy window
  6750.         sizer will reduce it almost to an icon to hang around until
  6751.         you want to use it.  Binary only.
  6752.         Author:  J. Martin Hippele
  6753.  
  6754. TUC     "The Ultimate Clock".  Another window title clock/memory 
  6755.         minder.  This one is in 132 columns!  Also gives the free 
  6756.         memory on drives DF0, DF1 & DF2.  Includes source.
  6757.         Author:  Joerg Anslik 
  6758. ==========================  Contents of Disk 160  ==========================
  6759.  
  6760. This is disk 160 of the freely distributable AMIGA software library.
  6761. Below is a listing of the significant directories and their contents.
  6762.  
  6763.  
  6764. Calls       A little utility to help analyze the flow of a C-program by
  6765.         laying out the functions called in a hierarchical manner.
  6766.         Author:  Originally from Usenet with major revisions by
  6767.              Kevin Braunsdorf, Amiga port by George MacDonald
  6768.  
  6769. Check       A useful little utility for finding structural errors
  6770.         in C-source code.  Many command-line options.  Version
  6771.         1.03, binary only.
  6772.         Author:  Keith Elbertson
  6773.  
  6774. Dis     A 68000 disassembler, written in assembly, this is an update
  6775.         to the version on disk #128.  Includes source.
  6776.         Author:  Greg Lee with enhancements by Willi Kusche
  6777.   
  6778. DMouse      A versatile screen & mouse blanker, auto window activator,
  6779.         mouse accelerator, popcli, pop window to front, push
  6780.         window to back, etc, widget.  Version 1.09, includes source.
  6781.         Update to version on disk number 145.
  6782.         Author:  Matt Dillon
  6783.  
  6784. DWIP        "Daisy Wheel IFF Printer".  A graphics printing utility
  6785.         that allows the printing of IFF pictures on a daisy wheel
  6786.         printer.  Includes source.
  6787.         Author:  Ken Van Camp
  6788.  
  6789. M4      A UNIX M4 look-alike macro processor intended as a
  6790.             front end for Ratfor, Pascal, and other languages that do
  6791.             not have a built-in macro processing capability.  Pd M4
  6792.             reads standard input, the processed text is written on the
  6793.             standard output.
  6794.         Author:  Ozan S. Yigit (oz)
  6795.  
  6796. MemoPad     A shareware intuition-based memo reminder program.
  6797.         Nicely done.  Update to version on disk #146, version
  6798.         1.2, binary only.
  6799.         Author:  Michael Griebling
  6800.         
  6801. NeuralNets  A neural network example using the generalized back-
  6802.         propagation delta rule for learning, specifically applied
  6803.         to the tabula rasa Little Red Riding Hood instance. 
  6804.         Author:  Josiah C. Hoskins 
  6805.  
  6806. ==========================  Contents of Disk 161  ==========================
  6807.  
  6808. This is disk 161 of the freely distributable AMIGA software library.
  6809. Below is a listing of the significant directories and their contents.
  6810.  
  6811.  
  6812. Friends     Cute little screen hack with command-line options to keep
  6813.         your mouse pointer company when you step away.  Includes
  6814.         source.
  6815.         Author:  Michael Warner 
  6816.  
  6817. Getsprite   A simple little program to convert Dpaint brushes into 
  6818.         C-source.  Binary only.
  6819.         Author:  Michael Warner
  6820.  
  6821. IncRev      A handy little program that will automatically increment
  6822.         the revision number of a program every time it is recompiled.
  6823.         Binary only.
  6824.         Author:  Bryan Ford 
  6825.  
  6826. LGZ     A Map generator/editor for the LGZ game.  Not extremely 
  6827.         useful if you don't happen to play that game, but good 
  6828.         source example of intuition interfacing.  Vesion 0.1.
  6829.         Authors:  Lars and Henrik Clausen
  6830.  
  6831. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  6832.         a unique method of "screen-blanking".  I won't say more,
  6833.         just try it!  Version 1.1, includes source.
  6834.         Author:  Thomas Rokicki
  6835.  
  6836. Nag     A shareware appointment calendar with it's own editor and a
  6837.         unique 'nagging' feature utilizing the Amiga's voice and
  6838.         audio devices.  Version 1.6, binary only.
  6839.         Author:  Richard Lee Stockton   
  6840.  
  6841. Perl        Practical Extraction and Report Language, an interpreted
  6842.         language optimized for scanning arbitrary text files,
  6843.         extracting information from those text files, and printing
  6844.         reports based on that information.
  6845.         Author:  Larry Wall
  6846.  
  6847. VRTest      Another anti-virus utility that allows visual inspection
  6848.         of ram starting a $7E7FE, ram cleaning, bootblock 
  6849.         inspection and vector monitoring/reseting.  Written 
  6850.         entirely in assembly language.  Version 3.2, binary only.
  6851.         Author:  Babar Khan
  6852.  
  6853. XBoot       A very simple utility to convert a boot block into an 
  6854.         executable file so you can use your favorite debugger
  6855.         (Wack, Dis, etc.) to study it.  Includes source.
  6856.         Author:  Francois Rouaix
  6857.  
  6858. ==========================  Contents of Disk 162  ==========================
  6859.  
  6860. This is disk 162 of the freely distributable AMIGA software library.
  6861. Below is a listing of the significant directories and their contents.
  6862.  
  6863.  
  6864. Avi     A workalike version of the UNIX vi editor for the amiga.
  6865.         Though not especially recommended for beginners, designed
  6866.         for those of you who may have the vi commands permanently
  6867.         hard-coded into your fingertips!  Version 1.0, binary only.
  6868.         Author:  Peter Nestor
  6869.  
  6870. CLI_Utilities   This directory contains several subdirectories with 
  6871.         small utilities, collected from various sources,
  6872.         that are only usable from the CLI.  See the Readme
  6873.         file for further information.  Some include source.
  6874.         Author:  Various
  6875.  
  6876. Dark        A small graphics and animation demo.  Includes source.
  6877.         Author:  Phil Robertson
  6878.  
  6879. Flow2Troff  A little utility to convert from New Horizons Software 
  6880.         "FLOW" files to UNIX "troff" files, suitable for printing
  6881.         on any troff-compatible laser printer.  Version 1.0,
  6882.         includes source and a sample "FLOW" file.
  6883.         Author:  Daniel Barrett
  6884.  
  6885. LabyrinthII A shareware role-playing text adventure game similar in 
  6886.         operation to the Infocom text adventures.  Includes source.
  6887.         Author:  Russell Wallace
  6888.  
  6889. Iffar       Maintains archives of Interchange File Format (IFF) FORM,
  6890.         CAT and LIST  files in a manner  that complies with the
  6891.         IFF CAT specification.  Version 1.2, includes source.
  6892.         Author:  Karl Lehenbauer
  6893.  
  6894. SetPALorNTSC    A couple of utility programs for testing the suitability
  6895.         of a developed program in either the PAL or NTSC
  6896.         environments.  Includes source and a sample program.
  6897.         Author:  Peter Kittel
  6898.  
  6899. TES     "The Electronic Slave" adds a gadget strip to the top of
  6900.         the cli window to perform such functions as device 
  6901.         directories, info, run ED, and time.  Currently, assignments
  6902.         are hardcoded but not difficult to change if you own a 
  6903.         compiler.  Version 1.1, includes source.
  6904.         Author:  Joerg Anslik 
  6905.         
  6906. UnknownGirl Another small musical piece similar in execution to
  6907.         "Synthemania" on disk number 153.  Binary only.
  6908.         Author:  Holger Lubitz
  6909.  
  6910. ==========================  Contents of Disk 163  ==========================
  6911.  
  6912. This is disk 163 of the freely distributable AMIGA software library.
  6913. Below is a listing of the significant directories and their contents.
  6914.  
  6915.  
  6916. Bankn       A complete checkbook system offered by the author as
  6917.         shareware.   Update to version on disk number 120.
  6918.         Version 1.5, binary only.
  6919.         Author:  Hal Carter
  6920.  
  6921. FiveInLine  A board-playing game similiar to Go-Moku, Ristinolla, etc.
  6922.         Fast-paced and quickly addictive!  Includes source.
  6923.         Author:  Njål Fisketjøn  
  6924.  
  6925. MachII      A "mouse accelerator" program that also includes hotkeys,
  6926.         the features of sun mouse, clicktofront, popcli, title bar
  6927.         clock with a bbs online charge accumulator, and more. 
  6928.         Update to version on disk number 130.  Version 2.4c, binary
  6929.         only.
  6930.         Author:  Brian Moats
  6931.  
  6932. MemTrace    Routines to help debug memory allocation and freeing during
  6933.         program development.   Will complain if you try to free 
  6934.         memory you didn't allocate and will report on memory not
  6935.         freed when your program finishes.
  6936.         Author:  Jojo Wesener
  6937.   
  6938. PcPatch     Patches for PCCopy and PCFormat from the 'EXTRAS 1.2' disk,
  6939.         to allow reading/writing/formatting 3.5 inch 360k (2 sides/
  6940.         40 Tracks/9 sectors) MS-DOS disks.
  6941.         Author:  Werner Guenther
  6942.  
  6943. ReadmeMaster    A nifty little database for finding those programs that 
  6944.         you know exist somewhere (???) in the AmigaLibDisk library.
  6945.         Maintains a key-word dictionary of the Contents descriptions
  6946.         that allows searching by disk number, program title, author's
  6947.         name, or some other descriptive word.  Currently supports
  6948.         disks 1-154 with planned updates from the author.  Binary
  6949.         only. 
  6950.         Author:  Harold Morash
  6951.  
  6952. View        A mouse-oriented text file reader.  Sample operation is 
  6953.         demonstrated in reading the View.doc file, instead of using 
  6954.         the usual "Less" text file reader.
  6955.         Author:  Bryan Ford
  6956.  
  6957. ==========================  Contents of Disk 164  ==========================
  6958.  
  6959. This is disk 164 of the freely distributable AMIGA software library.
  6960. Below is a listing of the significant directories and their contents.
  6961.  
  6962.  
  6963. C-Functions A group of four little C-functions to add to your library to
  6964.         make your programming life a little easier.  Includes source
  6965.         and a small demo program showing some of the results. 
  6966.         Author:  Lars Thuring
  6967.   
  6968. DiskSalv    Very useful program to recover files from a trashed AmigaDOS
  6969.         disk.  Can also "undelete" files deleted by mistake, so long
  6970.         as they have not overwritten by further disk activity.
  6971.         Requires two disk drives.  Many enhancements since the
  6972.         original version on disk #20.  Version 1.3, Binary only
  6973.         Author:  Dave Haynie
  6974.  
  6975. Hed     A handy little editor that is more user-friendly than 
  6976.         "Ed", yet doesn't require the memorization of complicated
  6977.         keystrokes of some of the larger, more powerful, editors.
  6978.         Binary only.
  6979.         Author:  Hal Carter
  6980.  
  6981. Newton      Uses the "Newtons Method" algorithm to estimate both real
  6982.         and imaginary roots of a polynomial of degree 20 or less.
  6983.         Version 1.0, includes source.
  6984.         Author:  Daniel Barrett
  6985.  
  6986. NewZAP      A third-generation multi-purpose file sector editing utility,
  6987.         from the author of FileZAP.  Displays and edits full 512-byte
  6988.         sectors via a 106 character wide internal font.  Includes
  6989.         a search feature to find specific strings or hex digits, 
  6990.         forwards or backwards.  Update to version on disk #58.
  6991.         Version 3.18, Binary only.
  6992.         Author:  John Hodgson
  6993.     
  6994. PcView      Provides the PC community with the opportunity to display
  6995.         IFF pictures to the best of EGA's ability.  Displays Amiga
  6996.         pics, IBM-PC Deluxe Paint Pics, Apple II-GS Deluxe Paint
  6997.         Pics, and others in the IFF standard format.  Includes
  6998.         source.
  6999.         Author:  John Hodgson
  7000.         
  7001. PolyRoot    Another Polynomial root-finder using the Newtonian algorithm.
  7002.         Nicely done in AmigaBasic with good documentation file.
  7003.         Version 2.00.
  7004.         Author:  Jon Giorgini
  7005.  
  7006. PrtDrivers  A couple of new Printer Drivers.  One for Digital Equipment's
  7007.         LN03+ laser printer, and one for Mannesmann Tally's MT420d
  7008.         dot matrix.
  7009.         Authors:  DEC LN03 -- Bernie Mentink
  7010.               MT420d -- Sascha Wildner
  7011.  
  7012. Zoo     A file archiver, much like "arc" in concept, but different
  7013.         in implementation and user interface details.  Includes
  7014.         some nice features that "arc" lacks (such as file/path
  7015.         names up to 255 characters in length).  This is version
  7016.         2.00, an update to the version released on disk 136.
  7017.         Binary only.
  7018.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  7019.  
  7020. ==========================  Contents of Disk 165  ==========================
  7021.  
  7022. This is disk 165 of the freely distributable AMIGA software library.
  7023. Below is a listing of the significant directories and their contents.
  7024.  
  7025.  
  7026. Conman      Extremely useful replacement for the standard console
  7027.         handler, provides line editing and command line histories.
  7028.         Completely transparent to any application program
  7029.         that uses CON: windows.  This program is shareware, and well
  7030.         worth a donation to the author.  Version 1.3, binary only,
  7031.         update to version on disk 133. 
  7032.         Author:  William Hawes
  7033.  
  7034. CPM     Another CP/M emulator independently authored from the version
  7035.         that appeared on disk #157.  Emulates a CPM computer with a
  7036.         Z80 processor connected to an ADM3A terminal.  Assembly
  7037.         source included. 
  7038.         Author:  Ulf Nordquist
  7039.  
  7040. Parsnag     A program to aid in performing color separations on Epson
  7041.         JX-80 printers.  Includes source. 
  7042.         Author:  John Hodgson 
  7043.  
  7044. PlotView    A couple of programs, Plotview and Plot2Am, for viewing
  7045.         UNIX plot files.  Also included are two sub-directories:
  7046.         Plot -- a device independent plotting package for the Amiga,
  7047.         compatible with the UNIX plot subroutine package and 
  7048.         Plot2Tek -- converts UNIX plot format files to Tektronix
  7049.         410x terminal graphic commands.  Source included.
  7050.         Author:  Joel Swank
  7051.  
  7052. RamCopy     A copy program designed for machines with 1 meg or more
  7053.         of Ram and only one disk drive.  Allows you to copy a 
  7054.         complete disk in only one pass.
  7055.         Author:  Stephen Gunn
  7056.         
  7057. SPUDclock   A simple program that uses the narrator device to speak the 
  7058.         time at certain user specified intervals.  Lots of command
  7059.         line options.  Version 1.2, includes source.
  7060.         Authors:  Robert E. Beaty and H. Bret Young
  7061.  
  7062. ==========================  Contents of Disk 166  ==========================
  7063.  
  7064. This is disk 166 of the freely distributable AMIGA software library.
  7065. Below is a listing of the significant directories and their contents.
  7066.  
  7067.  
  7068. AutoGraf    Collects and graphically displays information on auto
  7069.         mileage.  Features such as miles per gallon, cost per 
  7070.         mile, miles driven, highs, lows, averages, etc.  Includes
  7071.         sample data file, a couple utility programs and source.
  7072.         Version 1.0
  7073.         Author:  Joel Swank
  7074.  
  7075. Cref        A C cross referencer program.  Prints out your code with
  7076.         line-numbers and complete key-word cross-referencing.
  7077.         Update from version on disk #103 which had a serious
  7078.         bug.  Includes source.
  7079.         Author:  Mike Edmonds; Amiga port by Joel Swank
  7080.  
  7081. MultiCalc   Yet another RPN type graphic calculator.  This one 
  7082.         generates answers with extreme precision (if 3000 digits
  7083.         is enough!)  Features a 48-digit scrollable display, mouse
  7084.         driven with lots of keyboard shortcuts, and iconification
  7085.         during non-use.  Binary only.
  7086.         Author:  Kenneth Johnson
  7087.  
  7088. Stevie      A public domain clone of the UNIX 'vi' editor.  Supports
  7089.         window-sizing, arrow keys, and the help key.  Version 3.10a,
  7090.         includes source. 
  7091.         Author: Various, Amiga port by Tony Andrews
  7092.         
  7093. ==========================  Contents of Disk 167  ==========================
  7094.  
  7095. This is disk 167 of the freely distributable AMIGA software library.
  7096. Below is a listing of the significant directories and their contents.
  7097.  
  7098.  
  7099. CDecl       English to C (and vice versa) translator for C
  7100.         declarations.  This little gem will translate english
  7101.         such as "declare foo as pointer to function returning
  7102.         pointer to array 10 of pointer to long" into
  7103.         "long *(*(*foo)())[10]", and vice versa.  Update from
  7104.         version on disk number 114. Includes source.
  7105.         Author:  Graham Ross with enhancements by David Wolverton,
  7106.              Tony Hansen, Merlyn LeRoy, Udi Finkelstein and
  7107.              probably others!
  7108.  
  7109. CLIcon      Allows you to run cli programs from the workbench, similar 
  7110.         in operation to IconExec, but more versatile.
  7111.         Author:  Bryan Ford
  7112.  
  7113. CloseMe     Another ingenious perversion in the screen hack category.
  7114.         Don't miss this one...surely destined to become a classic!
  7115.         Includes source.
  7116.         Author:  Charlie Gibbs
  7117.  
  7118. DSM     (Dynamic Sound Machine) Demo version with "Save" disabled
  7119.         of a program that will take any IFF sound or raw data and
  7120.         save it as a totally self-contained, runable program.
  7121.         Author:  Foster Hall
  7122.  
  7123. MRPrint     A cli-based text file printing utility with lots of nice
  7124.         features, including tab-to-space expansion, page headers,
  7125.         line numbers, margin control with line-splitting and
  7126.         pagination correction, ARP wildcard support, and auto-
  7127.         rejection of files containing binary characters. 
  7128.         Version 3.1, Includes source.
  7129.         Author:  Mark Rinfret
  7130.             
  7131. Smus3.6a    An enhanced version of the smus player that last appeared
  7132.         on disk number 58.
  7133.         Author:  John Hodgson
  7134.  
  7135. Sounddemos      Some very nice demos for showing off the incredible audio
  7136.         power of the Amiga!.  100% assembly language, make sure
  7137.         you have the stereo connected for these!
  7138.         Author:  Foster Hall
  7139.    
  7140. ==========================  Contents of Disk 168  ==========================
  7141.  
  7142. This is disk 168 of the freely distributable AMIGA software library.
  7143. This is the also the first disk of a two disk "Matt Dillion special"
  7144. containing binaries and sources to the latest versions of a great deal
  7145. of Matt's many programs.  For a complete listing of the programs on these
  7146. two disks, see the file called "README".  Because of the nature of Matt's
  7147. programs and the need for his support libraries to recreate many of his
  7148. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7149. rather than follow the usual AmigaLibDisk format of binaries and sources
  7150. in one directory.  This would have undoubtedly increased this to a three
  7151. disk set.  Please note that if you plan on recreating any of these programs,
  7152. then it is quite possible that you will need information from both disks. 
  7153.         
  7154. -Fred  ><>
  7155.  18-Nov-88
  7156.  
  7157. ======================================================================
  7158.  
  7159.                  README
  7160.  
  7161.                   Matthew Dillon
  7162.                   891 Regal Rd.
  7163.                   Berkeley, Ca. 94708
  7164.                   USA
  7165.  
  7166.                dillon@ucbvax.berkeley.edu   INTERNET
  7167.                  ....!ucbvax!dillon     USENET
  7168.  
  7169.                    FISH RELEASE
  7170.                   16 August 1988
  7171.  
  7172.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7173.     on these disks which is mine may be distributed for non-profit
  7174.     only.  This software is 'freeware', NOT public domain since I hold
  7175.     the copyright on it. Terms are:
  7176.  
  7177.     -You may redistribute any of the programs and/or source files
  7178.      but you may not distribute modified versions of said to the
  7179.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7180.      for non-profit only.
  7181.  
  7182.     -You may extract and use any part of the source without strings
  7183.      attached as long as the programs you write with it are not an
  7184.      attempt to create an enhanced version of the program you extracted
  7185.      the source from.
  7186.  
  7187.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7188.      I am not so foolish as to not include my address in case anybody
  7189.      feels the urge.
  7190.  
  7191.  
  7192.     These two disks contain binaries and sources to the latest release of
  7193.     quite a bunch of my programs.  Many are updates to older versions and
  7194.     some are new.  The two major additions that are noteworthy are
  7195.     DRES.LIBRARY and BACKUP.
  7196.  
  7197.     Note that to compile various programs you must have a working SUP32.LIB,
  7198.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7199.     must be installed. Only DRES.LIBRARY is independant while the other two
  7200.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7201.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7202.     able to set up an enviroment for Lattice C.  Of particular attention to
  7203.     somebody trying to do this is the modification of the LIBREF program to
  7204.     generate Lattice compatible assembly (in the DRES source section).
  7205.  
  7206.     Noted programs which are missing:   DNET, and DTERM are not ready for
  7207.     re-release yet.
  7208.  
  7209.  
  7210.     CONFIG  V1.00   Used to configure friendly programs like DME for
  7211.             the initial window placement (configures the
  7212.             executable)
  7213.  
  7214.     Clock   V1.00   Simple clock, configurable with config.
  7215.  
  7216.     DME     V1.31   My programming oriented editor
  7217.  
  7218.     DMouse  V1.10   mouse enhancer .. acceleration, blanking, etc...
  7219.             (now handles requesters better w/ auto-activate)
  7220.  
  7221.     Backup  V2.01   HD backup/restore (same program just renamed)
  7222.  
  7223.     SUPLIB      Support (link time) library required to compile
  7224.             my programs.
  7225.  
  7226.     LIBREF      Utility for generating run-time library link library
  7227.             assembly files, lvo.asm, and the run-time library's
  7228.             vector list.  See the DRES source for usage.
  7229.             Currently very Aztec in terms of what it generates.
  7230.  
  7231.     DRES    V1      Support (run time) library w/ lots of functions
  7232.             including a generic parser and IPC.
  7233.  
  7234.     DASM    V2.11   Small-systems assembler.  Handles 6502 and some of
  7235.             the Motorola single chip microcomputers.  Generates
  7236.             code (not object module oriented).
  7237.  
  7238.     FTOHEX      Part of DASM used to convert a DASM executable into
  7239.             an intel-hex formatted ascii file.
  7240.  
  7241.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7242.             but did fix some bugs.
  7243.  
  7244.     SHELL   V2.10   Added enviroment variable support and some other
  7245.             junk.  Use ConMan if you want command line editing,
  7246.             I do (it should not be a function of the shell and
  7247.             it isn't in mine).
  7248.  
  7249.     FINDIT  V1.00   Search for a filename (wildcard)
  7250.  
  7251.     LIBS    V1.00   list libraries/devices in ram or attempt to remove
  7252.             libraries.
  7253.  
  7254.     SCAT    V1.00   Utility to 'cat' binaries without blowing up the
  7255.             display
  7256.  
  7257.     ADDCR   V1.00   Utility to add CR's before LF's in files
  7258.  
  7259.     REMCR   V1.00   Utility to remove CR's in files
  7260.  
  7261.     CMP     V1.00   Utility to compare two files
  7262.  
  7263.  
  7264.  
  7265.  
  7266.  
  7267.             BINARIES            SOURCES     DOCS
  7268.  
  7269.     INCLUDES        --          Disk1:include/local
  7270.  
  7271.     Config      Disk1:c/config      Disk1:src/deemu Disk1:doc/
  7272.     Clock       Disk1:c/clock       Disk1:src/deemu Disk1:doc/
  7273.     DME         Disk1:c/dme         Disk2:src/dme   Disk1:doc/
  7274.     DMouse      Disk1:c/dmouse      Disk1:src/dmouse    Disk1:doc/
  7275.             Disk1:l/dmouse-handler
  7276.     Suplib      Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7277.     LibRef      Disk1:c/libref      (in DRES srcs)      (none, see dres sources)
  7278.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres  Disk1:doc/dres/
  7279.             Disk1:libs/dres.library
  7280.     Dasm        Disk1:c/dasm        Disk1:src/dasm/ Disk1:doc/
  7281.     FToHex      Disk1:c/ftohex      (in Dasm srcs)
  7282.     Files       Disk1:c/files       Disk1:src/files/    Disk1:doc/
  7283.     Shell       Disk1:c/shell       Disk2:src/shell/    Disk1:doc/
  7284.  
  7285.     Backup/Restore  Disk1:c/backup      Disk1:src/com/  Disk1:doc/backup.doc
  7286.     Findit      Disk1:c/findit      Disk1:src/com/  Disk1:doc/com.doc
  7287.     Libs        Disk1:c/libs        Disk1:src/com/  Disk1:doc/com.doc
  7288.     Scat        Disk1:c/scat        Disk1:src/com/  Disk1:doc/com.doc
  7289.     AddCR       Disk1:c/addcr       Disk1:src/com/  Disk1:doc/com.doc
  7290.     RemCR       Disk1:c/remcr       Disk1:src/com/  Disk1:doc/com.doc
  7291.     Cmp         Disk1:c/cmp         Disk1:src/com/  Disk1:doc/com.doc
  7292.  
  7293.  
  7294. ==========================  Contents of Disk 169  ==========================
  7295.  
  7296. This is disk 169 of the freely distributable AMIGA software library.
  7297. This is the also the second disk of a two disk "Matt Dillion special"
  7298. containing binaries and sources to the latest versions of a great deal
  7299. of Matt's many programs.  For a complete listing of the programs on these
  7300. two disks, see the file called "README".  Because of the nature of Matt's
  7301. programs and the need for his support libraries to recreate many of his
  7302. programs, I opted to keep these disks pretty much as Matt sent them to me,
  7303. rather than follow the usual AmigaLibDisk format of binaries and sources
  7304. in one directory.  This would have undoubtedly increased this to a three
  7305. disk set.  Please note that if you plan on recreating any of these programs,
  7306. then it is quite possible that you will need information from both disks. 
  7307.         
  7308. -Fred  ><>
  7309.  18-Nov-88
  7310.  
  7311.                  README
  7312.  
  7313.                   Matthew Dillon
  7314.                   891 Regal Rd.
  7315.                   Berkeley, Ca. 94708
  7316.                   USA
  7317.  
  7318.                dillon@ucbvax.berkeley.edu   INTERNET
  7319.                  ....!ucbvax!dillon     USENET
  7320.  
  7321.                    FISH RELEASE
  7322.                   16 August 1988
  7323.  
  7324.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  7325.     on these disks which is mine may be distributed for non-profit
  7326.     only.  This software is 'freeware', NOT public domain since I hold
  7327.     the copyright on it. Terms are:
  7328.  
  7329.     -You may redistribute any of the programs and/or source files
  7330.      but you may not distribute modified versions of said to the
  7331.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  7332.      for non-profit only.
  7333.  
  7334.     -You may extract and use any part of the source without strings
  7335.      attached as long as the programs you write with it are not an
  7336.      attempt to create an enhanced version of the program you extracted
  7337.      the source from.
  7338.  
  7339.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  7340.      I am not so foolish as to not include my address in case anybody
  7341.      feels the urge.
  7342.  
  7343.  
  7344.     These two disks contain binaries and sources to the latest release of
  7345.     quite a bunch of my programs.  Many are updates to older versions and
  7346.     some are new.  The two major additions that are noteworthy are
  7347.     DRES.LIBRARY and BACKUP.
  7348.  
  7349.     Note that to compile various programs you must have a working SUP32.LIB,
  7350.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  7351.     must be installed. Only DRES.LIBRARY is independant while the other two
  7352.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  7353.     versions of Aztec C.  With a bit of hacking a good programmer would be
  7354.     able to set up an enviroment for Lattice C.  Of particular attention to
  7355.     somebody trying to do this is the modification of the LIBREF program to
  7356.     generate Lattice compatible assembly (in the DRES source section).
  7357.  
  7358.     Noted programs which are missing:   DNET, and DTERM are not ready for
  7359.     re-release yet.
  7360.  
  7361.  
  7362.     CONFIG  V1.00   Used to configure friendly programs like DME for
  7363.             the initial window placement (configures the
  7364.             executable)
  7365.  
  7366.     Clock   V1.00   Simple clock, configurable with config.
  7367.  
  7368.     DME     V1.31   My programming oriented editor
  7369.  
  7370.     DMouse  V1.10   mouse enhancer .. acceleration, blanking, etc...
  7371.             (now handles requesters better w/ auto-activate)
  7372.  
  7373.     Backup  V2.01   HD backup/restore (same program just renamed)
  7374.  
  7375.     SUPLIB      Support (link time) library required to compile
  7376.             my programs.
  7377.  
  7378.     LIBREF      Utility for generating run-time library link library
  7379.             assembly files, lvo.asm, and the run-time library's
  7380.             vector list.  See the DRES source for usage.
  7381.             Currently very Aztec in terms of what it generates.
  7382.  
  7383.     DRES    V1      Support (run time) library w/ lots of functions
  7384.             including a generic parser and IPC.
  7385.  
  7386.     DASM    V2.11   Small-systems assembler.  Handles 6502 and some of
  7387.             the Motorola single chip microcomputers.  Generates
  7388.             code (not object module oriented).
  7389.  
  7390.     FTOHEX      Part of DASM used to convert a DASM executable into
  7391.             an intel-hex formatted ascii file.
  7392.  
  7393.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  7394.             but did fix some bugs.
  7395.  
  7396.     SHELL   V2.10   Added enviroment variable support and some other
  7397.             junk.  Use ConMan if you want command line editing,
  7398.             I do (it should not be a function of the shell and
  7399.             it isn't in mine).
  7400.  
  7401.     FINDIT  V1.00   Search for a filename (wildcard)
  7402.  
  7403.     LIBS    V1.00   list libraries/devices in ram or attempt to remove
  7404.             libraries.
  7405.  
  7406.     SCAT    V1.00   Utility to 'cat' binaries without blowing up the
  7407.             display
  7408.  
  7409.     ADDCR   V1.00   Utility to add CR's before LF's in files
  7410.  
  7411.     REMCR   V1.00   Utility to remove CR's in files
  7412.  
  7413.     CMP     V1.00   Utility to compare two files
  7414.  
  7415.  
  7416.  
  7417.  
  7418.  
  7419.             BINARIES            SOURCES     DOCS
  7420.  
  7421.     INCLUDES        --          Disk1:include/local
  7422.  
  7423.     Config      Disk1:c/config      Disk1:src/deemu Disk1:doc/
  7424.     Clock       Disk1:c/clock       Disk1:src/deemu Disk1:doc/
  7425.     DME         Disk1:c/dme         Disk2:src/dme   Disk1:doc/
  7426.     DMouse      Disk1:c/dmouse      Disk1:src/dmouse    Disk1:doc/
  7427.             Disk1:l/dmouse-handler
  7428.     Suplib      Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  7429.     LibRef      Disk1:c/libref      (in DRES srcs)      (none, see dres sources)
  7430.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres  Disk1:doc/dres/
  7431.             Disk1:libs/dres.library
  7432.     Dasm        Disk1:c/dasm        Disk1:src/dasm/ Disk1:doc/
  7433.     FToHex      Disk1:c/ftohex      (in Dasm srcs)
  7434.     Files       Disk1:c/files       Disk1:src/files/    Disk1:doc/
  7435.     Shell       Disk1:c/shell       Disk2:src/shell/    Disk1:doc/
  7436.  
  7437.     Backup/Restore  Disk1:c/backup      Disk1:src/com/  Disk1:doc/backup.doc
  7438.     Findit      Disk1:c/findit      Disk1:src/com/  Disk1:doc/com.doc
  7439.     Libs        Disk1:c/libs        Disk1:src/com/  Disk1:doc/com.doc
  7440.     Scat        Disk1:c/scat        Disk1:src/com/  Disk1:doc/com.doc
  7441.     AddCR       Disk1:c/addcr       Disk1:src/com/  Disk1:doc/com.doc
  7442.     RemCR       Disk1:c/remcr       Disk1:src/com/  Disk1:doc/com.doc
  7443.     Cmp         Disk1:c/cmp         Disk1:src/com/  Disk1:doc/com.doc
  7444.  
  7445.  
  7446.  
  7447.  
  7448. ==========================  Contents of Disk 170  ==========================
  7449.  
  7450. This is disk 170 of the freely distributable AMIGA software library.
  7451. Below is a listing of the significant directories and their contents.
  7452.  
  7453.  
  7454. Aftterm     Commmunications program utilizing IBM 3278 terminal
  7455.         emulation.  Binary only.
  7456.         Author:  Don Brereton
  7457.  
  7458. Dis6502     A ported 6502 disassembler with support added for C64
  7459.         binary files.  Includes source.
  7460.         Author:  Robert Bond, Amiga port by Udi Finkelstein 
  7461.  
  7462. FastText    Blitter based fast text rendering routines written in
  7463.         assembly.  Unique in the fact that they speed up rendering
  7464.         of non-proportional fonts of any height, and from 4-16
  7465.         pixels in width.  Source and test program included.
  7466.         Author:  Darren M. Greenwald
  7467.   
  7468. MRBackUp    A hard disk backup utility that does a file by file
  7469.         copy to standard AmigaDOS floppy disks.  Includes an
  7470.         intuition interface and file compression.  Version 2.4,
  7471.         Update to version on disk 129.  Binary only
  7472.         Author:  Mark Rinfret
  7473.         
  7474. PtrAnim     Nifty pointer animation program, includes lots of samples,
  7475.         a utility program and instructions on creating your own 
  7476.         animations.  Be sure to also read the "Disclaimer" in the 
  7477.         author's ReadMeFirst file.  Binary only, shareware
  7478.         Author:  Tim Kemp
  7479.  
  7480. Surf        Generates bezier surfaces of revolution.  Will produce some
  7481.         amazing pictures of wineglasses, doorknobs, or other objects
  7482.         one could turn on a lathe.  Includes the capacity to map IFF
  7483.         image files onto any surface that it can draw.  Source
  7484.         included
  7485.         Author:  Eric Davies
  7486.  
  7487. Turbo       Opens a small window with a gadget that when selected,
  7488.         turns off bitplane, sprite, copper and audio DMA, presumably
  7489.         to increase system speed.  Includes source.
  7490.         Author:  Oliver Wagner
  7491.  
  7492. ==========================  Contents of Disk 171  ==========================
  7493.  
  7494. This is disk 171 of the freely distributable AMIGA software library.
  7495. Below is a listing of the significant directories and their contents.
  7496.  
  7497.  
  7498. AZComm      Modified version of Comm 1.34 that contains Zmodem send,
  7499.         receive, and resume receive.  Version 1.00, Binary only.
  7500.         Author:  SS. Patel, based on Comm 1.34 by DJ James
  7501.  
  7502. Maze        A couple of very nice demos for the creation and use of 
  7503.         single-solution mazes, one of which is practically a
  7504.         stand-alone game.  Includes source.
  7505.         Author:  Werner Gunther
  7506.     
  7507. Sozobon-C   Atari ST version of what appears to be a full K&R freeware
  7508.         C-compiler, assembler and linker.  The compiler main pass
  7509.         and the assembler were compiled and tested on an Amiga A2000
  7510.         with only minimal changes, and they appear to work (to the
  7511.         extent that they believe they are running on an Atari-ST),
  7512.         so an Amiga port should be relatively easy. 
  7513.         Author:  Sozobon, Limited.
  7514.  
  7515. Xoper       Very comprehensive program to monitor and control system 
  7516.         activity.  Monitor cpu, memory usage, ports, interrupts,
  7517.         devices.  Close windows, screens, show loaded fonts or last
  7518.         Guru code number.  Clean up memory, flush unused libraries,
  7519.         devices, fonts. etc. and a whole bunch more!  Spawns its own
  7520.         process.  A very handy background task to have loaded. 
  7521.         Assembly source included.
  7522.         Author:  Werner Gunther
  7523.  
  7524. ==========================  Contents of Disk 172  ==========================
  7525.  
  7526. This is disk 172 of the freely distributable AMIGA software library.
  7527. Below is a listing of the significant directories and their contents.
  7528.  
  7529.  
  7530. DataToObj   A utility to convert raw data files (sprites, image data,
  7531.         text, etc.) directly into object code which can then be 
  7532.         linked to the main program without the need to go through
  7533.         the compiling process.  Includes source.
  7534.         Author:  Werner Gunther   
  7535.         
  7536. Handshake   A full featured VT52/VT100/VT102/VT220 terminal emulator.
  7537.         The author has taken great pains to support the full VT102
  7538.         spec.  Now supports ANSI colors, screen capture and more. 
  7539.         Update to version on disk number 60.  Version 2.12a,
  7540.         binary only, shareware.
  7541.         Author:  Eric Haberfellner
  7542.  
  7543. MFix        A small program to insert in the startup-sequence of the
  7544.         commercial program, Marauder II, from Discovery Software,
  7545.         International.  Whenever the copy process is started, the
  7546.         rainbow screen is covered by a bare screen until the copy
  7547.         is finished.  The author claims a 25% decrease in copy time
  7548.         is achieved.  Version 1.0, binary only.
  7549.         Author:  Stephen Gunn
  7550.  
  7551. PopInfo     A "shrinkable" workbench utility to show you some info 
  7552.         that Workbench doesn't, such as free memory on external
  7553.         devices, chip, fast, and total ram usage and more.  Version
  7554.         2.0, Includes source.
  7555.         Author:  Jonathan Potter
  7556.  
  7557. ProCalc     A program that simulates an HP-11C programmable calculator.
  7558.         Lots of enhancements and bug fixes since the original version
  7559.         on disk number 139.  Version 1.2, binary only, shareware
  7560.         Author:  Gotz Muller
  7561.  
  7562. Spiff       Make controlled approximations between two files.  Similar 
  7563.         to "diff" but more versatile.  Allows for the handling of 
  7564.         numerals as string literals or numeric values with
  7565.         adjustable tolerances.  Provides for embedded commands,
  7566.         scriptfiles, and many other command-line parameters.
  7567.         Potentially very useful, but needs some Amiga-specific work.
  7568.         Source and some example files included.   
  7569.         Author:  Dan Nachbar, Bell Communications Research (BELLCORE)
  7570.         
  7571. ==========================  Contents of Disk 173  ==========================
  7572.  
  7573. This is disk 173 of the freely distributable AMIGA software library.
  7574. Below is a listing of the significant directories and their contents.
  7575. This is revision "a"; the tetris clone was removed from the original
  7576. disk as requested by Spectrum Holobyte.
  7577.  
  7578.  
  7579. CrcLists    Complete CRC check files for disks 146-172 using the
  7580.         crc program from disk 133.  These were made directly
  7581.         from my master disks.
  7582.         Author:  Fred Fish
  7583.  
  7584. FileSelect  A FileIO selector, written 100% in assembly.  Version
  7585.         1.0, includes source.
  7586.         Author:   Fabrice Lienhardt  
  7587.  
  7588. IffLib      A ready-to-use library to perform various manipulations
  7589.         on IFF files.  Includes a sample IFF viewer and a utility
  7590.         to save the front screen as an IFF file.
  7591.         Author:  Christian A. Weber
  7592.  
  7593. ILBM2C      Very useful utility for C-programmers.  Reads in a 
  7594.         standard IFF ILBM file and outputs a file that can then
  7595.         be included in your program.  Includes source and a sample
  7596.         program.
  7597.         Author:  Tim Kemp
  7598.  
  7599. Uedit       Version 2.4g of this nice shareware editor.  Has learn
  7600.         mode, a command language, menu customization, and other
  7601.         user configurability and customizability features.
  7602.         Binary only, shareware, update to version on disk 121.
  7603.         Author:  Rick Stiles
  7604.  
  7605. ==========================  Contents of Disk 174  ==========================
  7606.  
  7607. This is disk 174 of the freely distributable AMIGA software library.
  7608. Below is a listing of the significant directories and their contents.
  7609.  
  7610.  
  7611. Castle      A simple graphics adventure game suitable for beginners.
  7612.         Binary only, but source available with a small donation to
  7613.         the author.
  7614.         Author:  H. James Fox
  7615.  
  7616. Iff2Sun     A small utility for those of you who may have access to a 
  7617.         Sun workstation.  Takes an Amiga IFF file and converts it to
  7618.         a Sun rasterfile format.  Source only, as the program needs
  7619.         to be re-compiled and run from a Sun.
  7620.         Authors:  Steve Berry, Mark Thompson 
  7621.   
  7622. Print1.2    Another CLI-based printing utility with several nice 
  7623.         features including the ability to print in ASCII or HEX,
  7624.         with or without line numbers and a CTRL-C Trap.  Includes
  7625.         source.
  7626.         Author:  John F. Zacharias
  7627.  
  7628. Sh      Another version of the 'Sh' utility to unshar shell archives.
  7629.         Apparently corrects some problems encountered by similar
  7630.         programs.  Until we can get everybody using some sort of 
  7631.         "standard", perhaps if we collect enough of these utilities,
  7632.         we will eventually find one that works with the particular 
  7633.         archive we're trying to unshar!  Includes source.
  7634.         Author:  Jim Guilford
  7635.  
  7636. Strings     A simple utility with command-line options for locating
  7637.         strings in a binary file.  Version 1.0, includes source.
  7638.         Author:  Joel Swank
  7639.  
  7640. TitlePage   Prints banner-type title pages for identifying listings.
  7641.         Lots of command-line options for specifying various fonts,
  7642.         pitches, typestyles, selectable centering, etc.  Includes
  7643.         source.
  7644.         Author:  Joel Swank
  7645.  
  7646. Tunnel      An interesting graphics demo written in TDI-Modula 2.
  7647.         I suggest you don't stare at this too long!  Includes
  7648.         source.
  7649.         Author:  Garth Thornton
  7650.  
  7651. ==========================  Contents of Disk 175  ==========================
  7652.  
  7653. This is disk 175 of the freely distributable AMIGA software library.
  7654. Below is a listing of the significant directories and their contents.
  7655.  
  7656.  
  7657. Elements    Very nice interactive display of the the Periodic Table 
  7658.         of Elements.  Can display a large amount of pertinent
  7659.         data about a selected element along with a good deal of 
  7660.         general and miscellaneous info.
  7661.         Author:  Paul Thomas Miller
  7662.  
  7663. Furnish     For those of you who may have ever used the "scale size cut
  7664.         and place" method of determining your next living-room 
  7665.         arrangement, this Amiga-ized version may be just what you 
  7666.         need.  Binary only, shareware.
  7667.         Author:  Terry Gintz        
  7668.  
  7669. Plot        Program to compute and plot 3 dimensional functions.
  7670.         Major revision to PD version on disk number 49 by the 
  7671.         same author.  Version 4.1, binary only, shareware.
  7672.         Author:  Terry Gintz
  7673.  
  7674. SafeBoot    Very handy intuition-based program to read and save 
  7675.         custom bootblocks.  The bootblock can then be later 
  7676.         restored should the disk become virus-infected.
  7677.         Version 2.2, binary only.
  7678.         Author:  Mark Lanoux
  7679.  
  7680. SendMorse   Brush up on your morse code with this simple program 
  7681.         that will read an input textfile and output the characters
  7682.         at an adjustable rate.
  7683.         Author:  Joe Larson
  7684.   
  7685. VirusX      Version 3.10 of the popular virus detection/vaccination
  7686.         program.  Features a test for the new IRQ virus, among
  7687.         others, and a new "Kill Virus" utility.  Includes source.
  7688.         Author:  Steve Tibbett
  7689.  
  7690. WBDepth     CLI program that allows you to change the number of bitplanes
  7691.         for the WB screen on the fly.  Very useful for A500 and A2000
  7692.         users with kickstart in ROM.  Binary only.
  7693.         Author:  Andry Rachmat  
  7694.     
  7695. Zippy       A "Graphical Shell".  Opens a medium-size window and 
  7696.         attaches a menu-strip for performing all sort of disk/data 
  7697.         manipulations.  Features script files allowing you to attach
  7698.         custom menu selections as you move between directories.
  7699.         Also included is an intuition based utility for altering
  7700.         FileInfo data.  (filename, filenote, RWED attributes, etc.)
  7701.         Version 2.5, binary only.
  7702.         Author:  Michael Weiblen
  7703.  
  7704. ==========================  Contents of Disk 176  ==========================
  7705.  
  7706. This is disk 176 of the freely distributable AMIGA software library.
  7707. This disk contains version V23-2A of Glenn Everhart's large and powerful
  7708. spreadsheet program called AnalytiCalc, submitted to me directly by
  7709. Glenn for inclusion in the library as an update to the version released
  7710. on disk 144. AnalytiCalc is presented in entirely ZOOed form because it
  7711. could not otherwise fit on a single disk. Because the auxiliary utilities
  7712. were presented on disk 144, they are not repeated here.
  7713.  
  7714. The ZOO utility is used due to the lack of controversy over the format. The
  7715. public domain BOOZ program is provided to extract the contents of the ZOO
  7716. archives provided.
  7717.  
  7718. With this release, AnalytiCalc has become "Freeware" rather than "Shareware".
  7719. Thus the only restrictions on AnalytiCalc code are that derivative programs
  7720. remain freely distributable.
  7721.  
  7722. HyperNet
  7723. --------
  7724.     HyperNet is a small hypertext shell program for Amiga, presented
  7725. with sources and brief documents. It was also submitted by Glenn Everhart,
  7726. the author.
  7727.     HyperNet allows a "master" AmigaDos process to control a series of
  7728. connected processes, where the connections are randomly ordered directed
  7729. graphs. Permissible "child" processes available at any stage are governed
  7730. by the links of the graph. The implementation is mainly instructive, but
  7731. can be used for tutorials or demonstrations and illustrates the simplicity
  7732. of hypertext concepts on a multi-tasking system.
  7733.  
  7734. ==========================  Contents of Disk 177  ==========================
  7735.  
  7736. This is disk 177 of the freely distributable AMIGA software library.
  7737. Below is a listing of the significant directories and their contents.
  7738.  
  7739.  
  7740. ASpice      A version of the SPICE 2G.6 circuit analysis program
  7741.         which has been modified to run in the Amiga environment.
  7742.         The program arrays are adjusted to require one forth the
  7743.         memory of the DEC VAX version.  Although this does not
  7744.         usually put much of a constraint on circuit analysis,
  7745.         some users who are used to the full mainframe environment
  7746.         may have to be more aware of the memory demands of their
  7747.         analysis.  Requires a minimum  of 1.5 MB memory.  This
  7748.         version neither supports nor requires the 68020 processor
  7749.         or 68881 coprocessor.  Binary only.
  7750.         Authors:  Many, see Documentation
  7751.  
  7752. DiskSalv    Version 1.32 of the popular "undelete" and file recovery
  7753.         program.  Fixes a few bugs apparently found on the version
  7754.         1.3 release on disk number 164.
  7755.         Author:  Dave Haynie
  7756.  
  7757. Jask        An intuition-based replacement for the ASK command.  Will
  7758.         bring up a requester with a message and boolean yes/no
  7759.         type gadgets.  Version 1.0, includes source.
  7760.         Author:  John Barshinger
  7761.  
  7762. Marge       A simple CLI utility to add a specified number of spaces or
  7763.         tabs to the left side of every line in a file.  Includes
  7764.         source.
  7765.         Author:  Joel Swank
  7766.  
  7767. Path        An interesting concept in path-searching.  This program
  7768.         contains a path-handler that allows you to selectively
  7769.         control or assign your system's search path using script
  7770.         files.  Includes source.
  7771.         Author:  Rico Mariani
  7772.  
  7773. ==========================  Contents of Disk 178  ==========================
  7774.  
  7775. This is disk 178 of the freely distributable AMIGA software library.
  7776. Below is a listing of the significant directories and their contents.
  7777.  
  7778.  
  7779. AmicForm    Creates a phonebook containing only those areacodes and
  7780.         exchanges reachable through PC-Pursuit.  Update to the
  7781.         version on disk number 157.  Works with the new Finalist
  7782.         BBS format.  Version 1.4, Binary only.
  7783.         Author:  John Motsinger
  7784.  
  7785. BlackBox    The black box is an 8x8 grid in which several "atoms" are
  7786.         hidden.  Your job is to find the atoms.  You have at your
  7787.         disposal a ray projector which you can use to send rays
  7788.         into the box from any of the 32 spots around the box.
  7789.         Binary only.
  7790.         Author:  Tim Kemp
  7791.  
  7792. CIATimer    Two versions of ciatimer routines to provide precise
  7793.         timing for applications requiring a high-accuracy
  7794.         real-time clock.  Includes source and a sample 
  7795.         executable.
  7796.         Author:  Karl Lehenbauer, based on the original
  7797.              version by Paul Higginbottom
  7798.         
  7799. Cosmic      An interstellar multiplayer game of War and Peace.  From
  7800.         the looks of the documentation file, it appears fairly 
  7801.         extensive!  Version 1.01, includes source.
  7802.         Author:  Carl Edman
  7803.  
  7804. Ls      Version 2.0 of the popular UNIX style directory lister.
  7805.         Revised for Lattice 5.0 and made 1.3 compatible.
  7806.         Includes source.
  7807.         Author:  Justin V. McCormick. 
  7808.  
  7809. RemLib      Removes a specified library (if currently unused)
  7810.         or displays some information about all available
  7811.         libraries.  Update to version on disk number 139.
  7812.         Version 1.11, includes source in assembler.
  7813.         Author:  Heiko Rath
  7814.  
  7815. RexxArpLib  Version 2.0 of the rexxarplib.library, which has grown
  7816.         considerably, with substantial intuition interface
  7817.         support.  Also included is a large number of ARexx macros.
  7818.         Author:  W.G.J. Langeveld
  7819.  
  7820. ==========================  Contents of Disk 179  ==========================
  7821.  
  7822. This is disk 179 of the freely distributable AMIGA software library.
  7823. Below is a listing of the significant directories and their contents.
  7824.  
  7825.  
  7826. DietAid     Diet planning aid to allow the user to compile lists
  7827.         of ingredients (recipes) and automatically compute
  7828.         calorie totals, etc.  Update to version on disk number
  7829.         36.  Version 3.1, binary only.
  7830.         Author:  Terry Gintz
  7831.  
  7832. Dmake       Beta release of Matt's version of the UNIX make utility.
  7833.         Features multiple dependancies, wildcard support, and more.
  7834.         Includes source.
  7835.         Author:  Matt Dillion 
  7836.         
  7837. Excption    Exception is a set of error handling routines that provide
  7838.         a programmer with the ability to easily handle often
  7839.         difficult to implement routines.  Routines such as no more
  7840.         memory, file not open, read/write error....etc.  Version
  7841.         0.6, includes source.
  7842.         Author:  Gerald T Hewes
  7843.  
  7844. KickFont    For A-1000 owners, will permanently replace the topaz font
  7845.         on the kickstart disk with a font called "look".  Includes
  7846.         a sample in the form of an IFF picture.  Version 3.0, binary
  7847.         only.  Also included is Benjamin Fuller's freely
  7848.         redistributable 'SumKick' program.
  7849.         Author:  Greg Browne 
  7850.  
  7851. Launch      Sample program showing how you can load and execute a
  7852.         program in the workbench environment, then return to the
  7853.         CLI.  Includes source.
  7854.         Author:  Peter da Silva  
  7855.  
  7856. Regexp      A nearly-public-domain reimplementation of the V8 regexp(3)
  7857.         package. Gives C programs the ability to use egrep-style
  7858.         regular expressions, and does it in a much cleaner fashion
  7859.         than the analogous routines in SysV.  Includes source.
  7860.         Author:  Henry Spencer
  7861.  
  7862. TSnip       Very nice "cut and paste" type utility with lots of uses
  7863.         and functions.  Features a pop-up intuition control panel,
  7864.         multiple font and color recognition, clipboard and pipe
  7865.         support and a couple of utility programs. Version 1.4a,
  7866.         source for support programs only.
  7867.         Author:  John Russell  
  7868.  
  7869. UnixUtil    A few CLI utilities, including some functionally similiar
  7870.         to the UNIX utilities of the same names.  Included are: 
  7871.         Wc, Head, Tail, Tee, Detab, Entab, and Trunc.  Descriptions
  7872.         are given in the included '.doc' files. 
  7873.         Author:  Gary Brant
  7874. ==========================  Contents of Disk 180  ==========================
  7875.  
  7876. This is disk 180 of the freely distributable AMIGA software library.
  7877. Below is a listing of the significant directories and their contents.
  7878.  
  7879.  
  7880. Browser     A programmer's "Workbench".  Allows you to easily and
  7881.         conveniently move, copy, rename, and delete files &
  7882.         directories from a CLI environment.  Also provides a
  7883.         method to execute either Workbench or CLI programs. 
  7884.         Version 1.6, update to version on disk number 134, 
  7885.         binary only.
  7886.         Author:  Peter da Silva
  7887.  
  7888. GeoTime     A couple of interesting "clock" type programs based on the 
  7889.         "Geochron".  Observe the earth's shadow scroll across
  7890.         a map or globe in real-time, based on the system clock.
  7891.         Version 1.0, binary only, shareware.
  7892.         Author:  Mike Smithwick
  7893.         
  7894. GPrint      A black & white graphics print utility for Epson compatible
  7895.         printers. (The author's letter to me was quite impressive!)
  7896.         Command-line options allow several different print qualities
  7897.         and densities.  Includes a couple of sample IFF files for 
  7898.         printing.  Version 2.03, binary only, shareware.
  7899.         Author:  Peter Cherna
  7900.  
  7901. Jed     A nicely done, intuition-based editor that is quite
  7902.         user-friendly.  Features word-wrap, auto-indent, newcli,
  7903.         alt buffer, split-window, keyboard macro, help, printing,
  7904.         and more.  Version 1.0, binary only, shareware.
  7905.         Author:  Dan Burris
  7906.  
  7907. NoVirus     Another Anti-Virus utility.  This one features known and
  7908.         new virus detection, view boot block, save and restore
  7909.         bootblocks, several "Install" options and more.  Written 
  7910.         in assembly.  Version 1.56, binary only.
  7911.         Author:  Nic Wilson
  7912.  
  7913. RepString   Nice little CLI utility to replace any type of string in
  7914.         any type of file with another string of any type.
  7915.         Version 1.0, binary only, shareware.
  7916.         Author:  Luciano Bertato
  7917.  
  7918. TrekTrivia  Very nice mouse-driven trivia type program for Star Trek 
  7919.         fans.  Contains 100 questions with additional trivia disks
  7920.         available from the author.  Binary only, shareware.
  7921.         Author:  George Broussard 
  7922.  
  7923. ==========================  Contents of Disk 181  ==========================
  7924.  
  7925. This is disk 181 of the freely distributable AMIGA software library.
  7926. Below is a listing of the significant directories and their contents.
  7927.  
  7928.  
  7929. AMXLISP     Amiga-ized version of the XLisp interpreter originally
  7930.         by David Betz.  Version 2.00, includes source.
  7931.         Author:  David Betz; Amiga work by Francois Rouaix 
  7932.  
  7933. Bally       Amiga port of the former arcade game named Click.  This
  7934.         version completely lacks sound effects, which shall
  7935.         come in later updates.  Version 0.1, binary only,
  7936.         shareware.
  7937.         Author:  Oliver Wagner
  7938.  
  7939. Tracker     Useful debugging routines similar in function but more
  7940.         versatile to those of "MemTrace" on disk number 163.
  7941.         Will track and report on calls to AllocMem(), FreeMem()
  7942.         [or lack thereof!] among others.  Version 0.0a (Alpha
  7943.         release).
  7944.         Author:  Karl Lehenbauer
  7945.  
  7946. ==========================  Contents of Disk 182  ==========================
  7947.  
  7948. This is disk 182 of the freely distributable AMIGA software library.
  7949. Below is a listing of the significant directories and their contents.
  7950.  
  7951.  
  7952. AMC     "Amiga Message Center".  Scrolls a message from a text
  7953.         file across the screen on a colorful background.  
  7954.         Similar to the "greetings" programs developed by 
  7955.         European Amiga enthusiasts.  Version 1.0, binary only.
  7956.         Author:  Foster Hall
  7957.  
  7958. Edimap      A keymap editor.  Allows you to read in an existing
  7959.         keymap file, modify it to suit your needs, and save
  7960.         it as a ready-to-use keymap.  Version 1.0, includes
  7961.         source.
  7962.         Author:  Gilles Gamesh  
  7963.     
  7964. HR136       An IFF file containing a chart showing every possible 
  7965.         mixture of the sixteen basic palette colors.  Also
  7966.         included are optimized and monochrome palettes along 
  7967.         with several tips and techniques for using them with 
  7968.         various paint programs.
  7969.         Author:  Dick Bourne 
  7970.  
  7971. Iconmerger  Intuition-based program to take any two brush files
  7972.         and merge them into an alternate-image type icon.
  7973.         Version 2.0, binary only.
  7974.         Author:  Terry Gintz
  7975.  
  7976. Sam     Another IFF sound player with several command-line
  7977.         options.  Includes several samples.  Version 1.0,
  7978.         binary only.
  7979.         Author:  Nic Wilson 
  7980.         
  7981. SetFont     Allows you to change the system font with various
  7982.         command-line options.  Cleans up all known bugs in
  7983.         V2.0 released on disk number 75.  Version 2.5,
  7984.         includes source in C++.
  7985.         Author:  Dave Haynie
  7986.  
  7987. ==========================  Contents of Disk 183  ==========================
  7988.  
  7989. This is disk 183 of the freely distributable AMIGA software library.
  7990. Below is a listing of the significant directories and their contents.
  7991.  
  7992.  
  7993. FixFd       A utility for Amiga assembly programmers.  FixFd will 
  7994.         read a '.FD' file and output a file that can be 
  7995.         'INCLUDE'ed rather than having to link with the 
  7996.         colossal 'Amiga.Lib'.  Version 1.0, includes source in
  7997.         assembly.
  7998.         Author:  Peter Wyspianski
  7999.  
  8000. Mklib       Another example of building a shared library that 
  8001.         evolved from "Elib" on disk number 87.  Also included
  8002.         is a library, Edlib, which contains several functions
  8003.         not included in the Manx standard libraries.  Includes
  8004.         source.
  8005.         Author:  Edwin Hoogerbeets with C-functions from several
  8006.              different authors
  8007.  
  8008. PCQ     A subset implementation of a freely-redistributable
  8009.         Pascal compiler.  Supports include files, external
  8010.         references, records, enumerated types, pointers, arrays,
  8011.             strings and more.  Presently does not support range
  8012.         types, the 'with' statement or sets.  Version 1.0,
  8013.         includes source and sample programs.
  8014.         Author:  Patrick Quaid
  8015.         
  8016. ==========================  Contents of Disk 184  ==========================
  8017.  
  8018. This is disk 184 of the freely distributable AMIGA software library.
  8019. Below is a listing of the significant directories and their contents.
  8020.  
  8021.  
  8022. BI      A small brush to to C-code image converter, intended to
  8023.         be used from CLI.  Version 1.0, binary only.
  8024.         Author:  Terry Gintz
  8025.  
  8026. CardMaker   A programmer's aid for creating card image data that can
  8027.         be used in any card game that uses the standard 52 card
  8028.         deck.  Version 1.0, binary only.
  8029.         Author:  Terry Gintz
  8030.  
  8031. DPS     Demo version of a program that will allow you to take
  8032.         any IFF file and save it as a totally self-contained
  8033.         executable file, without the need for any IFF-viewers.
  8034.         Version 1.0, binary only.
  8035.         Author:  Foster Hall
  8036.  
  8037. MouseUtil   Intuition based program to allow you to change your mouse
  8038.         speed without having to go through preferences.  Version 
  8039.         1.1, includes assembly source.
  8040.         Author:  Luciano Bertato
  8041.  
  8042. Print       Small print utility designed to replace the "copy
  8043.         <filename> to prt:" command.  Opens a window displaying
  8044.         the filename being printed, length, and a status bar
  8045.         showing percent completed.  Also includes an abort
  8046.         gadget.  Version 1.0, binary only.
  8047.         Author:  Luciano Bertato
  8048.  
  8049. VacBench    This amusing little screen hack will "clean up" your
  8050.         WorkBench screen for you when it gets too cluttered!
  8051.         Binary only.
  8052.         Author:  Randy Jouett
  8053.  
  8054. World       A text adventure game similar to the Infocom adventures
  8055.         of Planetfall and Starcross.  Quite large with a 
  8056.         tremendous variety of responses.  Version 1.02,
  8057.         includes source.
  8058.         Author:  Doug Mcdonald, Amiga port by Eric Kennedy 
  8059.         
  8060. ==========================  Contents of Disk 185  ==========================
  8061.  
  8062. This is disk 185 of the freely distributable AMIGA software library.
  8063.  
  8064. This is a copy of the official November 1988 Commodore IFF disk, sent
  8065. to me directly by Commodore for inclusion in the library.  The only
  8066. changes I made were:
  8067.  
  8068.     (1) Placed all the files in the "documents" directory
  8069.         into a zoo file "documents.zoo" to free up enough
  8070.         space to add my normal distribution files and icons.
  8071.         Some of the files on the disk were already in zoo 
  8072.         format anyway, so this seems like a minor alteration.
  8073.  
  8074.     (2) Changed the file "AboutThisRelease" to reflect the
  8075.         zoo'ing of the documents.
  8076.  
  8077.     (3) Rearranged the icons to make room for my additional
  8078.         icons.
  8079.  
  8080. ==========================  Contents of Disk 186  ==========================
  8081.  
  8082. This is disk 186 of the freely distributable AMIGA software library.
  8083. Below is a listing of the significant directories and their contents.
  8084.  
  8085.  
  8086. A68k        A 68000 assembler originally written in Modula-2 in
  8087.         1985 and converted to C by Charlie Gibb in 1987.  Has
  8088.         been converted to accept metacomco-compatible assembler
  8089.         source code and to generate Amiga objects.  Includes source.
  8090.         This is version 2.42, an update to the version on disk 110.
  8091.         Author:  Brian Anderson; C translation and Amiga work
  8092.              done by Charlie Gibb
  8093.  
  8094. Cards'O'Rama    A simple game that let's you push your memory.  It is played
  8095.         with a deck of 32 cards, grouped in 16 pairs.  The cards are
  8096.         shuffled and then displayed at the beginning of each game.
  8097.         Your goal is to pick up as many pairs as you can, until 
  8098.         there are no cards left on the screen.  Version 1.0,
  8099.         includes source.
  8100.         Author:  Werther Pirani
  8101.  
  8102. Qt2     A cute program that gives the time the way many people
  8103.         actually do, I.E. "it's nearly ten to five".  Includes
  8104.         source in assembly.
  8105.         Author:  Charlie Gibb
  8106.  
  8107. SimCPM      A CP/M simulator for the Amiga.  Simulates an 8080
  8108.         along with H19 terminal emulation.  Includes source.
  8109.         This is version 2.3, an update to version on disk 109.
  8110.         Author:  Jim Cathey; Amiga port by Charlie Gibbs and
  8111.              Willi Kusche
  8112.  
  8113. ==========================  Contents of Disk 187  ==========================
  8114.  
  8115. This is disk 187 of the freely distributable AMIGA software library.
  8116. Below is a listing of the significant directories and their contents.
  8117.  
  8118.  
  8119. Diskperf    A disk benchmark program which runs on both Unix and the
  8120.         Amiga.  This is an update to the version on disk 48, with
  8121.         bug fixes and more reliable measurements of the faster
  8122.         read and write speeds available under the new Fast
  8123.         File System.
  8124.         Author:  Rick Spanbauer, enhancements by Joanne Dow
  8125.  
  8126. HackLite    This is the latest version the Amiga port of Hack,
  8127.         with lots of Amiga specific enhancements and neat
  8128.         graphics.  Now includes an easy to use installation
  8129.         program.  This is HackLite version 1.0.0, binary only.
  8130.         Author:  Software Distillery
  8131.  
  8132. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  8133.         a unique method of "screen-blanking".  I won't say more,
  8134.         just try it!  Version 1.13, includes source.  This is
  8135.         an update to version 1.1 from disk 161.
  8136.         Author:  Tomas Rokicki
  8137.  
  8138. SetCPU      A program designed to allow the user to detect and modify
  8139.         various parameters related to 32 bit CPUs.  Includes
  8140.         commands to enable or disable the text/data caches,
  8141.         switch on or off the '030 burst cache line fill request,
  8142.         use the MMU to run a ROM image from 32-bit memory, and
  8143.         to report various parameters when called from a script.
  8144.         This is version 1.4, includes source.
  8145.         Author:  Dave Haynie
  8146.  
  8147. ==========================  Contents of Disk 188  ==========================
  8148.  
  8149. This is disk 188 of the freely distributable AMIGA software library.
  8150. Below is a listing of the significant directories and their contents.
  8151.  
  8152.  
  8153. BootIntro   This program creates a small intro on the bootblock of any
  8154.         disk, which will appear after you insert the disk for
  8155.         booting.  The headline can be up to 20 characters.  The
  8156.         scrolling text portion can be up to 225 characters.
  8157.         Version 1.0, binary only.
  8158.         Author:  Roger Fischlin
  8159.  
  8160. DiffDir     Diffdir compares the contents of two directories, reporting
  8161.         on differences such as files present in only one directory,
  8162.         different modification dates, file flags, sizes, comments,
  8163.         etc.  Version 1.0, includes source.
  8164.         Author:  Mark Rinfret
  8165.  
  8166. ExecDis     A disassembler comment generator program for the 1.2
  8167.         Kickstart ROM exec library image.  Generates a commented
  8168.         disassembly of the exec library.  Version 1.0, binary only.
  8169.         Author:  Markus Wandel
  8170.  
  8171. FastGro     A fractal program, simulating Diffusion-Limited Aggregation
  8172.         (DLA) as described in the December 1988 Scientific American
  8173.         in the Computer Recreations column.  This program is about
  8174.         an order of magnitude faster than the "SLO GRO" program
  8175.         described in Scientific American.  Version 1.0, includes
  8176.         source.
  8177.         Author:  Doug Houck
  8178.  
  8179. FracGen     A fractal generator program that generates fractal
  8180.         pictures from "seeds" that you create.  This is
  8181.         unlike any of the other "fractal generators" I've
  8182.         seen.  It can be used to load and display previously
  8183.         created fractal pictures, modify existing fractals,
  8184.         or create your own fractals.  Version 1.23, binary
  8185.         only, update to version on disk 142.
  8186.         Author:  Doug Houck
  8187.  
  8188. MemoryClock A clock program that shows the amount of free fast ram,
  8189.         free chip ram, as well as the time and date.  Includes
  8190.         source in assembly code.
  8191.         Author:  Roger Fischlin
  8192.  
  8193. MinRexx     A simple ARexx interface which can be easily patched into
  8194.         almost any program.  Includes as an example the freedraw
  8195.         program from disk number 1.  Includes source.
  8196.         Author:  Tomas Rokicki
  8197.  
  8198. Null        A new dos device that behaves like "NIL:" but unlike
  8199.         "NIL:", it is a real handler.  This makes it useful
  8200.         in lots of situations where "NIL:" cannot be used.
  8201.         Version 0.0, includes source.
  8202.         Author:  Gunnar Nordmark
  8203.  
  8204. TextDisplay A text display program, like "more" or "less", but about
  8205.         half the size and handles all screen formats (pal/ntsc,
  8206.         interlace/non-interlace, etc).  Version 1.1, binary only.
  8207.         Author:  Roger Fischlin
  8208.  
  8209. ==========================  Contents of Disk 189  ==========================
  8210.  
  8211. This is disk 189 of the freely distributable AMIGA software library.
  8212. Below is a listing of the significant directories and their contents.
  8213.  
  8214.  
  8215. Mackie      A versatile cli/macro-key initiator based on POPCLI with
  8216.         a unique method of "screen-blanking".  I won't say more,
  8217.         just try it!  Version 1.20, includes source.  This is
  8218.         an update to version 1.13 from disk 187.
  8219.         Author:  Tomas Rokicki
  8220.  
  8221. NetHack     This is part 1 of a two part distribution of NetHack,
  8222.         which was too large to fit on a single disk, even when
  8223.         zoo'd.  Part 2 is on disk 190.  Both parts, along with
  8224.         zoo to unpack them, are required to use or rebuild
  8225.         NetHack.  This is version 2.3, and includes source.  
  8226.         Author:  Various; Amiga work by Olaf Seibert
  8227.  
  8228. Uedit       Version 2.4g of this nice shareware editor.  Has learn
  8229.         mode, a command language, menu customization, and other
  8230.         user configurability and customizability features.
  8231.         Binary only, shareware, replaces beta 2.4g version
  8232.         on disk 173.
  8233.         Author:  Rick Stiles
  8234.  
  8235. ==========================  Contents of Disk 190  ==========================
  8236.  
  8237. This is disk 190 of the freely distributable AMIGA software library.
  8238. Below is a listing of the significant directories and their contents.
  8239.  
  8240.  
  8241. GaryIcons   A collection of more interesting and useful icons.
  8242.         Author:  Gary Roseman
  8243.  
  8244. ILBM2Image  Takes an IFF picture and generates a C source module
  8245.         which can be compiled and linked with your program to
  8246.         display the picture with the intuition DrawImage
  8247.         function.  Binary only.
  8248.         Author:  Denis Green
  8249.  
  8250. NetHack     This is part 2 of a two part distribution of NetHack,
  8251.         which was too large to fit on a single disk, even when
  8252.         zoo'd.  Part 1 is on disk 189.  Both parts, along with
  8253.         zoo to unpack them, are required to use or rebuild
  8254.         NetHack.  This is version 2.3, and includes source.  
  8255.         Author:  Various; Amiga work by Olaf Seibert
  8256.  
  8257. ==========================  Contents of Disk 191  ==========================
  8258.  
  8259. This is disk 191 of the freely distributable AMIGA software library.
  8260. Below is a listing of the significant directories and their contents.
  8261.  
  8262.  
  8263. BlitLab     Blitlab is a program which lets you experiment with
  8264.         the blitter, to your hearts content, in relative safety.
  8265.         It opens a workbench window with gadgets for all the 
  8266.         registers of the blitter, and allows you to manipulate
  8267.         individual registers and perform blits on a magnified
  8268.         bitmap.  This is version 1.4, an update to the version
  8269.         released on disk number 84.  Includes source.
  8270.         Author:  Tomas Rokicki
  8271.  
  8272. Blk     A requester making tool employing various recursive
  8273.         algorithms including a recursive parser.  It takes input
  8274.         text files and converts them to C-source for including as
  8275.         requester declarations.  This is an update to the version
  8276.         released on disk 152, with many enhancements.  Includes
  8277.         source.
  8278.         Author: Stuart Ferguson
  8279.  
  8280. FileBootBlock   This simple little program reads blocks 0 and 1 of a
  8281.         bootable disk and saves them as a program file that can
  8282.         be run (heaven forbid) or disassembled by programs like
  8283.         DIS or DSM.  Includes source in assembly code.
  8284.         Author:  John Veldthuis
  8285.  
  8286. ISpell      A port of a Unix version of a freely distributable
  8287.         screen oriented, interactive, spelling checker.
  8288.         This is an update to the version released on disk 54,
  8289.         with enhancements by Tomas Rokicki.  Version 2.0.02,
  8290.         includes source.  
  8291.         Author:  Pace Willisson; enhancements by Tomas Rokicki
  8292.  
  8293. Pz15        Computer version of those cheap plastic puzzles with
  8294.         15 white tiles numbered 1 through 15 and an empty square
  8295.         in a 4 by 4 arrangement.  This one is more challenging
  8296.         since you can't solve it by just prying out the pieces.
  8297.         Includes source.
  8298.         Author:  Mike Hall
  8299.  
  8300. ==========================  Contents of Disk 192  ==========================
  8301.  
  8302. This is disk 192 of the freely distributable AMIGA software library.
  8303. Below is a listing of the significant directories and their contents.
  8304.  
  8305.  
  8306. Eval        This package allows you to manipulate expressions.
  8307.         Currently its two main functions are evaluation and
  8308.         differentiation.  It also does some basic simplifica-
  8309.         tions (based on pattern matching) to make the result
  8310.         of a differentiation more presentable.  Includes source.
  8311.         Author:  David Gay
  8312.  
  8313. PacMan87    This is a nice little "pacman like" game with some new
  8314.         features like fire pits, stabbing knives, electric arcs
  8315.         and flame throwers, that must be avoided.  Has three levels
  8316.         of difficulty, easy, medium, and hard.  Sounds can be
  8317.         toggled on or off.  Keeps a record of the top ten scores.
  8318.         Shareware, binary only.
  8319.         Author:  Steve Jacobs and Jim Boyd
  8320.  
  8321. ReSourceDemo    A demo version of ReSource, an interactive disassembler
  8322.         for the Amiga.  This is a complete version except that
  8323.         the "save" features have been disabled.  Version 0.36,
  8324.         binary only.
  8325.         Author:  Glen McDiarmid
  8326.  
  8327. ==========================  Contents of Disk 193  ==========================
  8328.  
  8329. This is disk 193 of the freely distributable AMIGA software library.
  8330. Below is a listing of the significant directories and their contents.
  8331.  
  8332.  
  8333. KeyMapEd    Allows you to change the KeyMaps used with SetMap.
  8334.         This is a full featured editor providing support for
  8335.         normal, string and dead keys.  The keyboard represented
  8336.         is from an A2000/A500 but it is fully compatible with
  8337.         A1000 keyboards.  Version 1.02, includes source.
  8338.         Author:  Tim Friest
  8339.  
  8340. Zc      This is a modified version of the Sozobon C compiler
  8341.         from disk 171.  It has been modified to generate code
  8342.         compatible with the A68k assembler from disk 186 and
  8343.         a new frontend control program makes it easy to use
  8344.         like the UNIX "cc" frontend.  Version 1.01, includes
  8345.         source.
  8346.         Author:  Johann Ruegg; Amiga work by Joe Montgomery
  8347.  
  8348. ==========================  Contents of Disk 194  ==========================
  8349.  
  8350. This is disk 194 of the freely distributable AMIGA software library.
  8351. Below is a listing of the significant directories and their contents.
  8352.  
  8353.  
  8354. Moria       A single player dungeon simulation.  The object of the
  8355.         game is to defeat the Balrog, which lurks in the deepest
  8356.         levels of the dungeon.  You begin at the town level above
  8357.         the dungeon, where you may acquire supplies, weapons, armor,
  8358.         and magical devices by bartering with various shop owners,
  8359.         before descending into the dungeon to do battle.  Amiga
  8360.         enhancements include pull down menus, graphics mode, pickup
  8361.         mode, a continuous move mode, a real time mode, a message
  8362.         wait time mode, as well as other modifications to improve
  8363.         overall playability and to take advantage of the unique
  8364.         features of the Amiga.  Version 3.0, binary only, requires
  8365.         at least 1Mb of memory.
  8366.         Author:  Robert Alan Koeneke and others.  Amiga version
  8367.              by Richard Henderson and others.
  8368.  
  8369. ==========================  Contents of Disk 195  ==========================
  8370.  
  8371. This is disk 195 of the freely distributable AMIGA software library.
  8372. Below is a listing of the significant directories and their contents.
  8373.  
  8374.  
  8375. MicroEMACS  Version 3.10 of Daniel Lawrence's variant of Dave
  8376.         Conroy's microemacs.  This is an update to the version
  8377.         released on disk 119.  New features include multiple
  8378.         marks, more function key support, a better crypt algorithm,
  8379.         and end-of-word command, a command line switch for setting
  8380.         environment variables, new hooks for macros, a command
  8381.         to strip trailing whitespace, internationalization
  8382.         features like foreign language message support, horizontal
  8383.         window scrolling, much faster search algorithm, Amiga
  8384.         intuition support, and more.  Includes source and extensive
  8385.         online documentation.
  8386.         Author:  Dave Conroy, MANY enhancements by Daniel Lawrence
  8387.  
  8388. ==========================  Contents of Disk 196  ==========================
  8389.  
  8390. This is disk 196 of the freely distributable AMIGA software library.
  8391. Below is a listing of the significant directories and their contents.
  8392.  
  8393.  
  8394. HamPics     These are some of the most stunning digitized pictures
  8395.         yet for the Amiga.  They were scanned at a resolution
  8396.         of 4096 by 2800 pixels, 36-bits per pixel, on an
  8397.         Eikonix 1435 slide scanner, cropped, gamma corrected,
  8398.         scaled, and converted to Amiga IFF HAM files.  They are
  8399.         displayed with a special ILBM loader that handles
  8400.         overscan HAM images.  Includes source for the display
  8401.         program.
  8402.         Author:  Jonathan Hue
  8403.  
  8404. ==========================  Contents of Disk 197  ==========================
  8405.  
  8406. This is disk 197 of the freely distributable AMIGA software library.
  8407. Below is a listing of the significant directories and their contents.
  8408.  
  8409.  
  8410. CTags       Create a tags file from the specified C, Pascal, Fortran,
  8411.         YACC, lex, or lisp sources.  A tags file can be used
  8412.         by a cooperating editor to quickly locate specified
  8413.         objects in a program's source code.  Berkeley version
  8414.         4.7, includes source.
  8415.         Author:  Ken Arnold, Jim Kleckner, and Bill Joy
  8416.              Ported to Amiga by G. R. (Fred) Walter
  8417.  
  8418. Find        Find is a utility which searches for files that satisfy
  8419.         a given boolean expression of attributes, starting from
  8420.         a root pathname and searching recursively down through
  8421.         the hierarchy of the file system.  Very much like the
  8422.         Unix find program.  Version 1.2, includes source.
  8423.         This is an update to version 1.0 on disk 134.
  8424.         Author:  Rodney Lewis
  8425.  
  8426. FixHunk     A program to modify executable files to allow them to
  8427.         run in external memory.  It forces all DATA and BSS hunks
  8428.         in the file to be loaded into CHIP memory.  CODE hunks will
  8429.         still load into FAST ram if available.  New features
  8430.         include an interactive mode to select where each DATA or
  8431.         BSS hunk will load into memory, support for overlays,
  8432.         support for AC BASIC compiled programs, and support for
  8433.         new hunk types as used by "blink".  Version 2.1, binary
  8434.         only.  This is an update to version 1.2a on disk 36.
  8435.         Author: D.J. James
  8436.  
  8437. Nro     Another roff style text formatter.  This is version 1.5,
  8438.         an update to the version released on disk 79.  New features
  8439.         include generation of ANSI/ISO codes for bold, italics, and
  8440.         underline, more than one formatting command on a line,
  8441.         longer macro names, and many more formatting commands.
  8442.         Includes source.
  8443.         Author:  Unknown, posted to usenet by Alan Vymetalik
  8444.              Many enhancements by Olaf Seibert
  8445.  
  8446. Stevie      A public domain clone of the UNIX 'vi' editor.  Supports
  8447.         window-sizing, arrow keys, and the help key.  Version
  8448.         3.35a, includes source. This is an update to version
  8449.         3.10a on disk 166.
  8450.         Author: Various, Amiga work by G. R. (Fred) Walter
  8451.  
  8452. ==========================  Contents of Disk 198  ==========================
  8453.  
  8454. This is disk 198 of the freely distributable AMIGA software library.
  8455. Below is a listing of the significant directories and their contents.
  8456.  
  8457.  
  8458. Charon      Charon is Bradley's entry for the First Annual Badge
  8459.         Killer Demo Contest.  The text of the demo was written
  8460.         by Lord Dunsany (long before the Amiga).   Bradley
  8461.         created the illustrations and animation.  The sound
  8462.         track is a traditional Scottish tune "The Arran Boat".
  8463.         Author:  Lord Dunsany (1915), Bradley Schenck (1988)
  8464.  
  8465. ==========================  Contents of Disk 199  ==========================
  8466.  
  8467. This is disk 199 of the freely distributable AMIGA software library.
  8468. Below is a listing of the significant directories and their contents.
  8469.  
  8470.  
  8471. ASimplex    An implementation of the Simplex algorithm for solving
  8472.         linear programs.  It uses the standardized MPSX-format
  8473.         for input data files.  Version 1.2, includes source.
  8474.         Author:  Stefan Forster
  8475.  
  8476. Csh     Version 3.02a of a csh like shell derived from Matt
  8477.         Dillon's shell, version 2.07.  Includes many new or
  8478.         improved commands, some bug fixes, etc.  Includes source.
  8479.         Author:  Matt Dillon, Steve Drew, Carlo Borreo, Cesare Dieni
  8480.  
  8481. MIDIsoft    A program to transfer sound samples between the Amiga
  8482.         and a Roland S-220.  Version 1.0, binary only.
  8483.         Author:  Dieter Bruns
  8484.  
  8485. Pyro        A screen blanking program that goes beyond the normal
  8486.         blanking process.  When there are no input events, pyro
  8487.         takes over and starts a little fireworks display in
  8488.         color.  Version 1.1, binary only.
  8489.         Author:  Steve Jacobs and Jim Boyd
  8490.  
  8491. SnipDemo    Demo version 1.23 of signal processing program sold
  8492.         by Digital Dynamics.  Binary only.
  8493.         Author:  John Hodgson
  8494.  
  8495. Viewer      A very small program for displaying IFF pictures
  8496.         of any resolution.  This one is written in assembly
  8497.         code and is only 988 bytes long.  Binary only.
  8498.         Author:  Mike McKittrick
  8499.  
  8500. ==========================================================================
  8501.  
  8502.  
  8503.  
  8504. This is disk 200 of the freely distributable AMIGA software library.
  8505. Below is a listing of the significant directories and their contents.
  8506.  
  8507.  
  8508. NotBoingAgain   This is Dr. Gandalf's entry for the First Annual
  8509.         Badge Killer Demo Contest.  It is an interlaced
  8510.         HAM animation with nicely integrated sound effects.
  8511.         It is a great visual pun on the original Boing
  8512.         demo, but to say anymore would ruin the effect.
  8513.         Binary only, requires 1 Mb of memory.
  8514.         Author:  Dr. Gandalf (Eric J. Fleischer, MD)
  8515.  
  8516. Tank        This is Vincent's entry for the First Annual Badge
  8517.         Killer Demo Contest.  It is an animation of a
  8518.         "fishtank simulator", with sound effects and a cute
  8519.         twist.  Binary only.
  8520.         Author:  Vincent H. Lee